diff options
author | Alberto Compagno <acompagn+fdio@cisco.com> | 2020-01-07 08:57:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2020-01-07 08:57:00 +0000 |
commit | da609e6596731cc2455f9f18c8ed47ec475c5224 (patch) | |
tree | db72a876844eece87340710eb0b3cec528bc35ab /ctrl/sysrepo-plugins/hicn-plugin/test/netconf-test/aroute.xml | |
parent | 82f51e4208ff86c034f94bd99ff367301e2faa4f (diff) | |
parent | cbdfa74c2f0adaf5d7ff51b6e74d75fd9b4cb0b7 (diff) |
Merge "[HICN-443] Adding test to hicn sysrepo plugin"
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> |