Skip to content

Commit

Permalink
tests: check route recursion on leaked routes
Browse files Browse the repository at this point in the history
Check that leaks of a route with a recursive nexthop is possible.

Signed-off-by: Louis Scalbert <[email protected]>
  • Loading branch information
louis-6wind committed Feb 9, 2024
1 parent b7987ec commit 1a348ec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -891,4 +891,11 @@
"pass",
"Redundant route 2 details",
)
luCommand(
"r1",
'vtysh -c "show ip route vrf r1-cust5 5.1.0.0/24"',
"Known via .bgp., distance 200, .* vrf r1-cust5, best",
"pass",
"Recursive route leak details",
)
# done

0 comments on commit 1a348ec

Please sign in to comment.