A race condition occurs between ARPHandler and HostTracker if the ARP
[controller.git] / opendaylight / sal / yang-prototype / yang / yang-data-impl / src / test / resources / org / opendaylight / controller / yang / data / impl / mutableNodesConfig.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <config xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
3     <top>
4         <interface>
5             <mtu modifyAction="REMOVE">1501</mtu>
6             <name>Ethernet1/0</name>
7         </interface>
8         <interface modifyAction="DELETE">
9             <mtu>1500</mtu>
10             <name>Ethernet0/0</name>
11         </interface>
12     </top>
13 </config>