frr/tests/topotests/ospf_metric_propagation/r1/show_ip_route-4.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

18 lines
301 B
JSON

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