Populate data/ hierarchy
[yangtools.git] / data / yang-data-impl / src / test / resources / org / opendaylight / yangtools / yang / data / impl / mutableNodesConfig.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
5
6  This program and the accompanying materials are made available under the
7  terms of the Eclipse Public License v1.0 which accompanies this distribution,
8  and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <config xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
11     <top>
12         <interface>
13             <mtu modifyAction="REMOVE">1501</mtu>
14             <name>Ethernet1/0</name>
15         </interface>
16         <interface modifyAction="DELETE">
17             <mtu>1500</mtu>
18             <name>Ethernet0/0</name>
19         </interface>
20     </top>
21 </config>