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

24 lines
438 B
JSON

{
"4.5.1.0\/24":[
{
"prefix":"4.5.1.0\/24",
"protocol":"kernel",
"selected":true,
"destSelected":true,
"distance":255,
"metric":8192,
"installed":true,
"table":254,
"nexthops":[
{
"flags":3,
"fib":true,
"ip":"192.168.210.2",
"afi":"ipv4",
"interfaceName":"r1-eth0",
"active":true
}
]
}
]
}