frr/tests/topotests/zebra_seg6_route/r1/routes.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
462 B
JSON

[
{
"in": {
"dest": "1::1",
"nh": "2001::2",
"sid": "a::"
},
"out":[{
"prefix":"1::1/128",
"protocol":"sharp",
"selected":true,
"destSelected":true,
"distance":150,
"metric":0,
"installed":true,
"table":254,
"nexthops":[{
"flags":3,
"fib":true,
"active":true,
"seg6": { "segs": "a::" }
}]
}]
}
]