]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Add OSPF test for issue 14488
authorDenis Krienbühl <denis.krienbuehl@cloudscale.ch>
Tue, 10 Oct 2023 20:23:18 +0000 (22:23 +0200)
committerDenis Krienbühl <denis.krienbuehl@cloudscale.ch>
Fri, 13 Oct 2023 15:16:19 +0000 (17:16 +0200)
commit616e1fa9df13cf2f269fdfb70b9bae7cd592fc4e
treec87c552dfa2228eab0504ae44acd2edb4c407bfc
parentd2324b7b4a02e9ef6a219578567932addeb7f593
tests: Add OSPF test for issue 14488

OSPF on IPv4/IPv6 removes the wrong routes in certain cases, causing
issues when removing and re-enabling interfaces. This test proofs that.

These tests all pass with https://github.com/FRRouting/frr/pull/13340
and the latest master (d2324b7b4a02e9ef6a219578567932addeb7f593).

See https://github.com/FRRouting/frr/issues/14488

Signed-off-by: Denis Krienbühl <denis.krienbuehl@cloudscale.ch>
tests/topotests/ospf_topo2/__init__.py [new file with mode: 0644]
tests/topotests/ospf_topo2/r1/frr.conf [new file with mode: 0644]
tests/topotests/ospf_topo2/r2/frr.conf [new file with mode: 0644]
tests/topotests/ospf_topo2/r3/frr.conf [new file with mode: 0644]
tests/topotests/ospf_topo2/r4/frr.conf [new file with mode: 0644]
tests/topotests/ospf_topo2/test_ospf_topo2.dot [new file with mode: 0644]
tests/topotests/ospf_topo2/test_ospf_topo2.png [new file with mode: 0644]
tests/topotests/ospf_topo2/test_ospf_topo2.py [new file with mode: 0644]