diff options
Diffstat (limited to 'ctrl/sysrepo-plugins/hicn-plugin/test/netconf-test/aface.xml')
-rw-r--r-- | ctrl/sysrepo-plugins/hicn-plugin/test/netconf-test/aface.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ctrl/sysrepo-plugins/hicn-plugin/test/netconf-test/aface.xml b/ctrl/sysrepo-plugins/hicn-plugin/test/netconf-test/aface.xml new file mode 100644 index 000000000..e1452f722 --- /dev/null +++ b/ctrl/sysrepo-plugins/hicn-plugin/test/netconf-test/aface.xml @@ -0,0 +1,7 @@ +<face-ip-add xmlns="urn:sysrepo:hicn"> + <lip4>192.168.20.10</lip4> + <lip6>-1</lip6> + <rip4>192.168.100.1</rip4> + <rip6>-1</rip6> + <swif>0</swif> +</face-ip-add> |