1
0
Fork 0
frr/tests/topotests/bgp_suppress_fib/r1/bgp_ipv4_allowas.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

40 lines
717 B
JSON

{
"prefix":"192.168.1.1/32",
"paths":[
{
"aspath":{
"string":"2",
"segments":[
{
"type":"as-sequence",
"list":[
2
]
}
],
"length":1
},
"origin":"incomplete",
"metric":0,
"valid":true,
"bestpath":{
"overall":true,
"selectionReason":"First path received"
},
"nexthops":[
{
"ip":"10.0.0.2",
"afi":"ipv4",
"metric":0,
"accessible":true,
"used":true
}
],
"peer":{
"peerId":"10.0.0.2",
"routerId":"60.0.0.1",
"type":"external"
}
}
]
}