summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ospf6_gr_topo1/rt1/show_ipv6_ospf_neighbor.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/ospf6_gr_topo1/rt1/show_ipv6_ospf_neighbor.json')
-rw-r--r--tests/topotests/ospf6_gr_topo1/rt1/show_ipv6_ospf_neighbor.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/topotests/ospf6_gr_topo1/rt1/show_ipv6_ospf_neighbor.json b/tests/topotests/ospf6_gr_topo1/rt1/show_ipv6_ospf_neighbor.json
new file mode 100644
index 0000000..cb88358
--- /dev/null
+++ b/tests/topotests/ospf6_gr_topo1/rt1/show_ipv6_ospf_neighbor.json
@@ -0,0 +1,12 @@
+{
+ "neighbors":[
+ {
+ "neighborId":"2.2.2.2",
+ "priority":1,
+ "state":"Full",
+ "ifState":"PointToPoint",
+ "interfaceName":"eth-rt2",
+ "interfaceState":"PointToPoint"
+ }
+ ]
+}