mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-29 18:41:56 +00:00
topotests: update interface in SRv6 topotest
Previously, routes leaked from one VRF to another VRF were associated with the original nexthop interface. Due to this change, the `bgp_srv6l3vpn_route_leak` topotest always fails because it still expects the nexthop interface. This commit fixes the expected interface name in the `bgp_srv6l3vpn_route_leak` topotest. Signed-off-by: Carmine Scarpitta <carmine.scarpitta@uniroma2.it> Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
This commit is contained in:
parent
60e73903d5
commit
0fb22f3e9b
@ -12,7 +12,7 @@
|
|||||||
{
|
{
|
||||||
"fib": true,
|
"fib": true,
|
||||||
"directlyConnected": true,
|
"directlyConnected": true,
|
||||||
"interfaceName": "eth0",
|
"interfaceName": "vrf10",
|
||||||
"vrf": "vrf10",
|
"vrf": "vrf10",
|
||||||
"active": true
|
"active": true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user