Skip to content

Commit

Permalink
topotests: update interface 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.

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>
  • Loading branch information
cscarpitta authored and louis-6wind committed Jan 30, 2024
1 parent 1751a82 commit 2e015ea
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 2e015ea

Please sign in to comment.