aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/test-blueprint/golden/Templates/vfw-interface-template.vtl
blob: 3223535e55233be0290f635e7d48dec74e07e5a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<configuration>
        <interfaces>
            <interface>
                <name>$interface-name</name>
                <unit operation="create">
                    <name>$unit-number</name>
                    <description>$interface-description</description>
                    <family>
                        <inet>
                            <address>
                                <name>$vfw_interface_ip.address</name>
                            </address>
                        </inet>
                    </family>
                </unit>
            </interface>
        </interfaces>
</configuration>