1
0
Fork 0
frr/tests/topotests/srv6_static_route/expected_srv6_route.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

49 lines
783 B
JSON

{
"2001:db8:aaaa::/64": [
{
"prefix": "2001:db8:aaaa::/64",
"prefixLen": 64,
"protocol": "static",
"selected": true,
"destSelected": true,
"distance": 1,
"metric": 0,
"installed": true,
"nexthops": [
{
"directlyConnected": true,
"active": true,
"weight": 1
}
]
}
],
"2005::/64": [
{
"prefix": "2005::/64",
"prefixLen": 64,
"protocol": "static",
"selected": true,
"destSelected": true,
"distance": 1,
"metric": 0,
"installed": true,
"nexthops": [
{
"directlyConnected": true,
"active": true,
"weight": 1,
"seg6local": {
"action": "unspec"
},
"seg6": [
"2001:db8:aaaa::7",
"2002::2",
"2003::3",
"2004::4"
]
}
]
}
]
}