1
0
Fork 0
frr/tests/topotests/zebra_rib/r1/v4_route_1.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

25 lines
438 B
JSON
Raw Normal View History

{
"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
}
]
}
]
}