1
0
Fork 0
frr/tests/topotests/bgp_ipv6_rtadv/r1/ipv6_routes.json
Daniel Baumann 3124f89aed
Adding upstream version 10.1.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 10:03:58 +01:00

34 lines
644 B
JSON

{
"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
}
]
}
]
}