frr/tests/topotests/ospf_metric_propagation/r1/show_ip_route-4.json

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

19 lines
301 B
JSON
Raw Normal View History

{
"10.0.94.0/24":[
{
"prefix":"10.0.94.0/24",
"protocol":"bgp",
"vrfName":"green",
"metric":1218,
"installed":true,
"nexthops":[
{
"ip":"10.0.1.2",
"interfaceName":"r1-eth0",
"vrf":"default"
}
]
}
]
}