File: config_data.xml

package info (click to toggle)
libyang 5.0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 11,344 kB
  • sloc: ansic: 131,300; xml: 751; sh: 448; tcl: 325; makefile: 24
file content (15 lines) | stat: -rw-r--r-- 569 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<network-instances xmlns="urn:ietf:params:xml:ns:yang:ietf-network-instance">
    <network-instance>
        <name>inst0</name>
        <vrf-root>
            <routing xmlns="urn:ietf:params:xml:ns:yang:ietf-routing">
                <control-plane-protocols>
                    <control-plane-protocol>
                        <type>direct</type>
                        <name>prot0</name>
                    </control-plane-protocol>
                </control-plane-protocols>
            </routing>
        </vrf-root>
    </network-instance>
</network-instances>