frr/tests/topotests/zebra_rib/r1/v4_route_2.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

23 lines
414 B
JSON

{
"4.5.2.0\/24":[
{
"prefix":"4.5.2.0\/24",
"protocol":"kernel",
"selected":true,
"destSelected":true,
"distance":1,
"metric":1,
"installed":true,
"nexthops":[
{
"flags":3,
"fib":true,
"ip":"192.168.211.2",
"afi":"ipv4",
"interfaceName":"r1-eth1",
"active":true
}
]
}
]
}