]> git.puffer.fish Git - mirror/frr.git/commit
tests: Add a test to show that BGP does not crash with unnumbered interfaces 12457/head
authorDonald Sharp <sharpd@nvidia.com>
Wed, 7 Dec 2022 12:54:58 +0000 (07:54 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Sat, 10 Dec 2022 12:40:32 +0000 (07:40 -0500)
commit21b432f79f4130753b2b9430e02ba344b34c61da
tree1c80412a08d3a323dc05abcd33fe539b6851f191
parent51f3216bee15473533963c3e9b7c37061bdb0da9
tests: Add a test to show that BGP does not crash with unnumbered interfaces

This series of events will crash BGP prior to the prior commit:

a) Configure an interfaced based peering
b) Shut the interface the peering is over
c) remove the peering from bgp

Show that this no longer happens

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/topotests/bgp_unnumbered/__init__.py [new file with mode: 0644]
tests/topotests/bgp_unnumbered/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_unnumbered/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_unnumbered/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_unnumbered/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_unnumbered/test_bgp_unnumbered.py [new file with mode: 0644]