]> git.puffer.fish Git - mirror/frr.git/commit
tests: add route-map evpn set gateway-ip topotest
authorTuetuopay <tuetuopay@me.com>
Fri, 14 Mar 2025 19:21:53 +0000 (20:21 +0100)
committerTuetuopay <tuetuopay@me.com>
Tue, 18 Mar 2025 09:27:37 +0000 (10:27 +0100)
commit05a74323b9d440590074f22be11c34a605da69ad
tree151215a6ac715fa2b7342523138ebf542de2871a
parent0b0e7015971a788c14dd1dc9b5bac8cb66175c29
tests: add route-map evpn set gateway-ip topotest

This test does not actually look at the route since the gateway-ip is
not exposed in vtysh output. However, this ensures such a route-map does
not crash bgpd.

Signed-off-by: Tuetuopay <tuetuopay@me.com>
tests/topotests/bgp_evpn_route_map_set/__init__.py [new file with mode: 0644]
tests/topotests/bgp_evpn_route_map_set/c1/frr.conf [new file with mode: 0644]
tests/topotests/bgp_evpn_route_map_set/r1/frr.conf [new file with mode: 0644]
tests/topotests/bgp_evpn_route_map_set/r2/frr.conf [new file with mode: 0644]
tests/topotests/bgp_evpn_route_map_set/test_bgp_evpn_route_map_set.py [new file with mode: 0644]