]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Check if we allow using IPv4 Class E for peering/next-hops
authorDonatas Abraitis <donatas@opensourcerouting.org>
Wed, 25 May 2022 19:20:53 +0000 (22:20 +0300)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Fri, 1 Jul 2022 20:38:14 +0000 (23:38 +0300)
commitbc7e6a17d41e3a9822934a701c6e95a008cddee0
tree7acf7fcf2998a83402bc290a3e314320f48b2716
parent70632160e942d3777f799d9a705d9265d5981170
tests: Check if we allow using IPv4 Class E for peering/next-hops

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
tests/topotests/bgp_ipv4_class_e_peer/__init__.py [new file with mode: 0644]
tests/topotests/bgp_ipv4_class_e_peer/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_ipv4_class_e_peer/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_ipv4_class_e_peer/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_ipv4_class_e_peer/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_ipv4_class_e_peer/test_bgp_ipv4_class_e_peer.py [new file with mode: 0644]