frr/tests/topotests/zebra_multiple_connected/r1/ip_route_connected.json
Daniel Baumann a2d156806a
Merging upstream version 10.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 10:17:20 +01:00

24 lines
459 B
JSON

{
"192.168.44.0/24":[
{
"prefix":"192.168.44.0/24",
"prefixLen":24,
"protocol":"connected",
"vrfName":"default",
"selected":true,
"destSelected":true,
"distance":0,
"metric":0,
"installed":true,
"table":254,
"nexthops":[
{
"fib":true,
"directlyConnected":true,
"interfaceName":"r1-eth1",
"active":true
}
]
}
]
}