mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-14 14:46:57 +00:00
tests: Add json to verify rt1 vrf10 rib
Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
This commit is contained in:
parent
89b3886429
commit
cb968ad782
86
tests/topotests/srv6_sid_manager/rt1/vrf10_rib.ref
Normal file
86
tests/topotests/srv6_sid_manager/rt1/vrf10_rib.ref
Normal file
@ -0,0 +1,86 @@
|
||||
{
|
||||
"2001:1::/64": [
|
||||
{
|
||||
"prefix": "2001:1::/64",
|
||||
"protocol": "connected",
|
||||
"vrfName": "vrf10",
|
||||
"selected": true,
|
||||
"destSelected": true,
|
||||
"distance": 0,
|
||||
"metric": 0,
|
||||
"installed": true,
|
||||
"table": 10,
|
||||
"internalStatus": 16,
|
||||
"internalFlags": 8,
|
||||
"internalNextHopNum": 1,
|
||||
"internalNextHopActiveNum": 1,
|
||||
"nexthops": [
|
||||
{
|
||||
"flags": 3,
|
||||
"fib": true,
|
||||
"directlyConnected": true,
|
||||
"interfaceName": "eth-ce1",
|
||||
"active": true
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"2001:2::/64": [
|
||||
{
|
||||
"prefix": "2001:2::/64",
|
||||
"protocol": "bgp",
|
||||
"vrfName": "vrf10",
|
||||
"selected": true,
|
||||
"destSelected": true,
|
||||
"distance": 20,
|
||||
"metric": 0,
|
||||
"installed": true,
|
||||
"table": 10,
|
||||
"internalStatus": 16,
|
||||
"internalFlags": 9,
|
||||
"internalNextHopNum": 3,
|
||||
"internalNextHopActiveNum": 3,
|
||||
"nexthops": [
|
||||
{
|
||||
"flags": 3,
|
||||
"fib": true,
|
||||
"afi": "ipv6",
|
||||
"interfaceName": "eth-sw1",
|
||||
"vrf": "default",
|
||||
"active": true,
|
||||
"weight": 1,
|
||||
"seg6": {
|
||||
"segs": "fc00:0:6:fe00::"
|
||||
}
|
||||
}
|
||||
],
|
||||
"asPath": "6"
|
||||
}
|
||||
],
|
||||
"2001:3::/64": [
|
||||
{
|
||||
"prefix": "2001:3::/64",
|
||||
"protocol": "connected",
|
||||
"vrfName": "vrf10",
|
||||
"selected": true,
|
||||
"destSelected": true,
|
||||
"distance": 0,
|
||||
"metric": 0,
|
||||
"installed": true,
|
||||
"table": 10,
|
||||
"internalStatus": 16,
|
||||
"internalFlags": 8,
|
||||
"internalNextHopNum": 1,
|
||||
"internalNextHopActiveNum": 1,
|
||||
"nexthops": [
|
||||
{
|
||||
"flags": 3,
|
||||
"fib": true,
|
||||
"directlyConnected": true,
|
||||
"interfaceName": "eth-ce3",
|
||||
"active": true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user