frr/tests/topotests/nhrp_topo/r1/nhrp_route4.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

25 lines
492 B
JSON

{
"10.255.255.2\/32":[
{
"prefix":"10.255.255.2\/32",
"protocol":"nhrp",
"vrfId":0,
"vrfName":"default",
"selected":true,
"destSelected":true,
"distance":10,
"metric":0,
"installed":true,
"internalNextHopNum":1,
"internalNextHopActiveNum":1,
"nexthops":[
{
"fib":true,
"directlyConnected":true,
"interfaceName":"r1-gre0",
"active":true
}
]
}
]
}