frr/tests/topotests/srv6_locator/expected_ipv6_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

29 lines
536 B
JSON

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