Radek Krejci | ed5acc5 | 2019-04-25 15:57:04 +0200 | [diff] [blame] | 1 | <interfaces xmlns="urn:ietf:params:xml:ns:yang:ietf-interfaces"> |
| 2 | <interface> |
| 3 | <name>eth0</name> |
| 4 | <description>Wire Connection</description> |
| 5 | <type xmlns:ift="urn:ietf:params:xml:ns:yang:iana-if-type">ift:ethernetCsmacd</type> |
| 6 | <enabled>true</enabled> |
| 7 | <ipv4 xmlns="urn:ietf:params:xml:ns:yang:ietf-ip"> |
| 8 | <address><ip>192.168.1.15</ip><netmask>255.255.255.0</netmask></address> |
| 9 | <address><ip>192.168.1.10</ip><netmask>255.255.255.0</netmask></address> |
| 10 | </ipv4> |
| 11 | </interface> |
| 12 | </interfaces> |