1
0
Fork 0
frr/tests/topotests/isis_topo1_vrf/r3/r3_route6.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

70 lines
1.4 KiB
JSON

{
"2001:db8:1:1::/64": [
{
"nexthops": [
{
"active": true,
"directlyConnected": true,
"fib": true,
"interfaceName": "r3-eth0"
}
],
"prefix": "2001:db8:1:1::/64",
"protocol": "connected",
"selected": true,
"vrfName": "r3-cust1"
}
],
"2001:db8:1:2::/64": [
{
"distance": 115,
"metric": 20,
"nexthops": [
{
"active": true,
"afi": "ipv6",
"fib": true,
"interfaceName": "r3-eth1"
}
],
"prefix": "2001:db8:1:2::/64",
"protocol": "isis",
"selected": true,
"vrfName": "r3-cust1"
}
],
"2001:db8:2:1::/64": [
{
"nexthops": [
{
"active": true,
"directlyConnected": true,
"fib": true,
"interfaceName": "r3-eth1"
}
],
"prefix": "2001:db8:2:1::/64",
"protocol": "connected",
"selected": true,
"vrfName": "r3-cust1"
}
],
"2001:db8:2:2::/64": [
{
"distance": 115,
"metric": 10,
"nexthops": [
{
"active": true,
"afi": "ipv6",
"fib": true,
"interfaceName": "r3-eth1"
}
],
"prefix": "2001:db8:2:2::/64",
"protocol": "isis",
"selected": true,
"vrfName": "r3-cust1"
}
]
}