Add support for multiple variables in core definition 79/56579/1
authorXavier Simonart <xavier.simonart@intel.com>
Mon, 23 Apr 2018 08:19:24 +0000 (10:19 +0200)
committerDeepak S <deepak.s@linux.intel.com>
Thu, 26 Apr 2018 09:22:41 +0000 (14:52 +0530)
commit349656d5decfa33dbf9d6670c7d51170488d8a0b
tree7958aaa3ebf5f0ee35ead80af58ca9f5aa2ab013
parent667d6706c5d9f870bc362b36b2c237bbf0979247
Add support for multiple variables in core definition

In the [core] definition we were able to use one variable
such as $core1 in [core $core1] but not [core ${core1}].
The second syntax is used when we want multiple
variables such as in [core ${first_core}-${last_core}].
This second syntax is now supported.

Change-Id: Ic94b84cb8cf827acb6697789cd180f41c3bdb028
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
VNFs/DPPD-PROX/cfgfile.c