1
0
Fork 0
frr/tests/topotests/bgp_ipv6_rtadv/r1/ipv6_routes.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

35 lines
644 B
JSON
Raw Permalink Normal View History

{
"2001:db8:1::/64": [
{
"distance": 20,
"protocol": "bgp",
"metric": 0,
"prefix": "2001:db8:1::/64",
"nexthops": [
{
"interfaceName": "r1-eth0",
"active": true,
"afi": "ipv6"
}
]
},
{
"distance": 0,
"protocol": "connected",
"metric": 0,
"selected": true,
"destSelected": true,
"prefix": "2001:db8:1::/64",
"nexthops": [
{
"directlyConnected": true,
"interfaceName": "r1-eth0",
"fib": true,
"flags": 3,
"active": true
}
]
}
]
}