frr/tests/topotests/bfd_topo2/r3/ipv4_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

93 lines
1.8 KiB
JSON

{
"10.0.3.0/24": [
{
"distance": 110,
"protocol": "ospf",
"metric": 10,
"prefix": "10.0.3.0/24",
"nexthops": [
{
"active": true,
"directlyConnected": true,
"interfaceName": "r3-eth0"
}
]
},
{
"distance": 0,
"protocol": "connected",
"metric": 0,
"selected": true,
"installed": true,
"prefix": "10.0.3.0/24",
"nexthops": [
{
"directlyConnected": true,
"interfaceName": "r3-eth0",
"fib": true,
"flags": 3,
"active": true
}
]
}
],
"10.254.254.3/32": [
{
"distance": 0,
"protocol": "connected",
"metric": 0,
"selected": true,
"installed": true,
"prefix": "10.254.254.3/32",
"nexthops": [
{
"directlyConnected": true,
"interfaceName": "lo",
"fib": true,
"flags": 3,
"active": true
}
]
}
],
"10.254.254.2/32": [
{
"distance": 110,
"protocol": "ospf",
"metric": 20,
"selected": true,
"installed": true,
"prefix": "10.254.254.2/32",
"nexthops": [
{
"interfaceName": "r3-eth0",
"ip": "10.0.3.2",
"fib": true,
"flags": 3,
"active": true,
"afi": "ipv4"
}
]
}
],
"10.254.254.1/32": [
{
"distance": 110,
"protocol": "ospf",
"metric": 20,
"selected": true,
"installed": true,
"prefix": "10.254.254.1/32",
"nexthops": [
{
"interfaceName": "r3-eth0",
"ip": "10.0.3.2",
"fib": true,
"flags": 3,
"active": true,
"afi": "ipv4"
}
]
}
]
}