diff options
Diffstat (limited to 'tests/topotests/bfd_topo2/r4/ipv6_routes.json')
-rw-r--r-- | tests/topotests/bfd_topo2/r4/ipv6_routes.json | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/tests/topotests/bfd_topo2/r4/ipv6_routes.json b/tests/topotests/bfd_topo2/r4/ipv6_routes.json new file mode 100644 index 00000000..eb571d5d --- /dev/null +++ b/tests/topotests/bfd_topo2/r4/ipv6_routes.json @@ -0,0 +1,53 @@ +{ + "2001:db8:4::/64": [ + { + "distance": 110, + "protocol": "ospf6", + "metric": 10, + "prefix": "2001:db8:4::/64", + "nexthops": [ + { + "active": true, + "directlyConnected": true, + "interfaceName": "r4-eth0" + } + ] + }, + { + "distance": 0, + "protocol": "connected", + "metric": 0, + "selected": true, + "installed": true, + "prefix": "2001:db8:4::/64", + "nexthops": [ + { + "directlyConnected": true, + "interfaceName": "r4-eth0", + "fib": true, + "flags": 3, + "active": true + } + ] + } + ], + "2001:db8:1::/64": [ + { + "distance": 110, + "protocol": "ospf6", + "metric": 20, + "selected": true, + "installed": true, + "prefix": "2001:db8:1::/64", + "nexthops": [ + { + "interfaceName": "r4-eth0", + "fib": true, + "flags": 3, + "active": true, + "afi": "ipv6" + } + ] + } + ] +} |