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