]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Add a route-map test to ensure it accepts an unknown intf name
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 4 Apr 2020 12:14:03 +0000 (08:14 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 8 Apr 2020 13:10:54 +0000 (09:10 -0400)
commit41fce07c34dcf7746a4ca6888ce0cf6ce2222d70
treec07d60885665da6c46dd630c898c6954398e331b
parent63ffd0ea209a9d24cde135f790a20f0b4f1eee8b
tests: Add a route-map test to ensure it accepts an unknown intf name

Add a test to route-amps to ensure that it accepts an unknown interface
name.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
tests/topotests/all-protocol-startup/r1/bgpd.conf
tests/topotests/all-protocol-startup/r1/ospf6d.conf
tests/topotests/all-protocol-startup/r1/ospfd.conf
tests/topotests/all-protocol-startup/r1/ripd.conf
tests/topotests/all-protocol-startup/r1/ripngd.conf
tests/topotests/all-protocol-startup/r1/show_route_map.ref [new file with mode: 0644]
tests/topotests/all-protocol-startup/r1/zebra.conf
tests/topotests/all-protocol-startup/test_all_protocol_startup.py