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 <[email protected]>
Signed-off-by: Louis Scalbert <[email protected]>
  • Loading branch information
cscarpitta authored and louis-6wind committed Jan 30, 2024
1 parent dc0d77c commit e401829
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 e401829

Please sign in to comment.