]> git.puffer.fish Git - mirror/frr.git/commit
tests: Add OSPF test for issue 14488 14601/head
authorDenis Krienbühl <denis.krienbuehl@cloudscale.ch>
Tue, 10 Oct 2023 20:23:18 +0000 (22:23 +0200)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Sun, 15 Oct 2023 11:04:01 +0000 (11:04 +0000)
commit3829f306ab12e00b20b9cdc7b3efda77337c7a1a
tree5ef4acd7d41b014cb0ac4d431f5b1a84d1200250
parent614b0adf72a6a282c8fafb2ccaca87b3aabf7c2f
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>
(cherry picked from commit 616e1fa9df13cf2f269fdfb70b9bae7cd592fc4e)
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]