diff options
Diffstat (limited to 'ctrl/sysrepo-plugins/hicn-plugin/test/netconf-test/aroute.xml')
-rw-r--r-- | ctrl/sysrepo-plugins/hicn-plugin/test/netconf-test/aroute.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ctrl/sysrepo-plugins/hicn-plugin/test/netconf-test/aroute.xml b/ctrl/sysrepo-plugins/hicn-plugin/test/netconf-test/aroute.xml new file mode 100644 index 000000000..9997452b9 --- /dev/null +++ b/ctrl/sysrepo-plugins/hicn-plugin/test/netconf-test/aroute.xml @@ -0,0 +1,13 @@ +<route-nhops-add xmlns="urn:sysrepo:hicn"> + <ip4>192.168.1.1</ip4> + <ip6>-1</ip6> + <len>24</len> + <face_ids0>0</face_ids0> + <face_ids1>0</face_ids1> + <face_ids2>0</face_ids2> + <face_ids3>0</face_ids3> + <face_ids4>0</face_ids4> + <face_ids5>0</face_ids5> + <face_ids6>0</face_ids6> + <n_faces>1</n_faces> +</route-nhops-add> |