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

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

19 lines
297 B
JSON
Raw Normal View History

{
"10.0.94.0/24":[
{
"prefix":"10.0.94.0/24",
"protocol":"bgp",
"vrfName":"green",
"metric":34,
"installed":true,
"nexthops":[
{
"ip":"10.0.10.5",
"interfaceName":"r1-eth1",
"vrf":"blue"
}
]
}
]
}