Skip to content

Commit

Permalink
tests: fix wrong interface name in SRv6 topotest
Browse files Browse the repository at this point in the history
Previously, routes leaked from one VRF to another VRF were associated
with the original nexthop interface.

5051dd3d0 ("bgpd: fix invalid nexthop interface on leaked routes")
replaced the nexthop interface with the index of incoming VRF 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 <[email protected]>
Signed-off-by: Louis Scalbert <[email protected]>
  • Loading branch information
cscarpitta authored and louis-6wind committed Sep 26, 2023
1 parent c229bba commit 2dd908f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"fib": true,
"directlyConnected": true,
"interfaceName": "eth0",
"interfaceName": "vrf10",
"vrf": "vrf10",
"active": true
}
Expand Down

0 comments on commit 2dd908f

Please sign in to comment.