summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ospf_unnumbered/r2/ospf-route.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/ospf_unnumbered/r2/ospf-route.json')
-rw-r--r--tests/topotests/ospf_unnumbered/r2/ospf-route.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/topotests/ospf_unnumbered/r2/ospf-route.json b/tests/topotests/ospf_unnumbered/r2/ospf-route.json
new file mode 100644
index 0000000..e56b872
--- /dev/null
+++ b/tests/topotests/ospf_unnumbered/r2/ospf-route.json
@@ -0,0 +1 @@
+{ "10.0.1.1\/32": { "routeType": "N", "cost": 20, "area": "0.0.0.0", "nexthops": [ { "ip": "10.0.3.4", "via": "r2-eth1" } ] }, "10.0.20.1\/32": { "routeType": "N", "cost": 10, "area": "0.0.0.0", "nexthops": [ { "ip": " ", "directlyAttachedTo": "r2-eth0" } ] }, "10.0.255.1": { "routeType": "R ", "cost": 10, "area": "0.0.0.0", "routerType": "asbr", "nexthops": [ { "ip": "10.0.3.4", "via": "r2-eth1" } ] } }