Hello all,
What I need to do is to define some macro in a template in terms of another macro which is defined inside the hosts linked to that template.
Ex.
I'm not able to do that! and the only thing that works is to define macros to resolve to a static value.
Any help will be much appreciated.
What I need to do is to define some macro in a template in terms of another macro which is defined inside the hosts linked to that template.
Ex.
In template:
{$LANIF} ⇒ 10.{$BN}.1.1
{$LANIF} ⇒ 10.{$BN}.1.1
In a host linked to the template:
{$BN} ⇒ 55
{$BN} ⇒ 55
Any help will be much appreciated.
Comment