Rename sal-netconf-connector to netconf-client-mdsal
[netconf.git] / plugins / netconf-client-mdsal / src / test / resources / nested-notification-payload.xml
1 <notification xmlns="urn:ietf:params:xml:ns:netconf:notification:1.0">
2     <eventTime>2008-07-08T00:01:00Z</eventTime>
3     <interfaces xmlns="org:opendaylight:notification:test:ns:yang:nested-notification">
4         <interface>
5             <name>eth1</name>
6             <interface-enabled>
7                 <by-user>fred</by-user>
8             </interface-enabled>
9         </interface>
10     </interfaces>
11 </notification>