frr/tests/topotests/zebra_seg6_route/r1/routes.json

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

26 lines
462 B
JSON
Raw Normal View History

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