1
0
Fork 0
frr/tests/topotests/srv6_locator/expected_ipv6_routes.json

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

30 lines
536 B
JSON
Raw Permalink Normal View History

{
"2001:db8:1:1:1::/80":[
{
"prefix":"2001:db8:1:1:1::/80",
"protocol":"static",
"selected":true,
"installed":true,
"nexthops":[{
"fib":true,
"active":true,
"seg6local":{ "action":"End" }
}]
}
],
"2001:db8:2:2:1::/80":[
{
"prefix":"2001:db8:2:2:1::/80",
"protocol":"static",
"selected":true,
"installed":true,
"nexthops":[{
"fib":true,
"active":true,
"seg6local":{ "action":"End" }
}]
}
]
}