summaryrefslogtreecommitdiffstats
path: root/netconf/restconf/restconf-nb-bierman02/src/test/resources/test-config-data/xml/test-interface.xml
blob: 755c8a9b0f66506c483aad3898bb5417d60953bb (plain)
1
2
3
4
5
6
7
8
<interfaces xmlns="urn:ietf:params:xml:ns:yang:test-interface">
    <interface>
        <name>eth0</name>
        <type>ethernetCsmacd</type>
        <enabled>false</enabled>
    </interface>
</interfaces>