3223535e55233be0290f635e7d48dec74e07e5a6
[ccsdk/apps.git] / components / model-catalog / blueprint-model / test-blueprint / golden / Templates / vfw-interface-template.vtl
1 <configuration>
2         <interfaces>
3             <interface>
4                 <name>$interface-name</name>
5                 <unit operation="create">
6                     <name>$unit-number</name>
7                     <description>$interface-description</description>
8                     <family>
9                         <inet>
10                             <address>
11                                 <name>$vfw_interface_ip.address</name>
12                             </address>
13                         </inet>
14                     </family>
15                 </unit>
16             </interface>
17         </interfaces>
18 </configuration>