mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-14 14:46:57 +00:00
tests: Add json to verify ce2 rib
Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
This commit is contained in:
parent
b8cc37e6fe
commit
eb6458cec3
58
tests/topotests/srv6_sid_manager/ce2/ipv6_rib.json
Normal file
58
tests/topotests/srv6_sid_manager/ce2/ipv6_rib.json
Normal file
@ -0,0 +1,58 @@
|
|||||||
|
{
|
||||||
|
"::/0": [
|
||||||
|
{
|
||||||
|
"prefix": "::/0",
|
||||||
|
"protocol": "static",
|
||||||
|
"vrfId": 0,
|
||||||
|
"vrfName": "default",
|
||||||
|
"selected": true,
|
||||||
|
"destSelected": true,
|
||||||
|
"distance": 1,
|
||||||
|
"metric": 0,
|
||||||
|
"installed": true,
|
||||||
|
"table": 254,
|
||||||
|
"internalStatus": 16,
|
||||||
|
"internalFlags": 73,
|
||||||
|
"internalNextHopNum": 1,
|
||||||
|
"internalNextHopActiveNum": 1,
|
||||||
|
"nexthops": [
|
||||||
|
{
|
||||||
|
"flags": 3,
|
||||||
|
"fib": true,
|
||||||
|
"ip": "2001:2::1",
|
||||||
|
"afi": "ipv6",
|
||||||
|
"interfaceName": "eth-rt6",
|
||||||
|
"active": true,
|
||||||
|
"weight": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"2001:2::/64": [
|
||||||
|
{
|
||||||
|
"prefix": "2001:2::/64",
|
||||||
|
"protocol": "connected",
|
||||||
|
"vrfId": 0,
|
||||||
|
"vrfName": "default",
|
||||||
|
"selected": true,
|
||||||
|
"destSelected": true,
|
||||||
|
"distance": 0,
|
||||||
|
"metric": 0,
|
||||||
|
"installed": true,
|
||||||
|
"table": 254,
|
||||||
|
"internalStatus": 16,
|
||||||
|
"internalFlags": 8,
|
||||||
|
"internalNextHopNum": 1,
|
||||||
|
"internalNextHopActiveNum": 1,
|
||||||
|
"nexthops": [
|
||||||
|
{
|
||||||
|
"flags": 3,
|
||||||
|
"fib": true,
|
||||||
|
"directlyConnected": true,
|
||||||
|
"interfaceName": "eth-rt6",
|
||||||
|
"active": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user