Add support for multiple variables in core definition 47/56247/1
authorXavier Simonart <xavier.simonart@intel.com>
Mon, 23 Apr 2018 08:19:24 +0000 (10:19 +0200)
committerXavier Simonart <xavier.simonart@intel.com>
Mon, 23 Apr 2018 08:27:51 +0000 (10:27 +0200)
commitbb2dbfad827bc8e27a2a4e8de59c971ab5043e82
tree7958aaa3ebf5f0ee35ead80af58ca9f5aa2ab013
parentca2085d3c7a630da6a1f28ee49b605d214d6b2e7
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