]> git.puffer.fish Git - mirror/frr.git/commit
tests: Add topotest for OSPF multi-instance default origination. 17436/head
authorAcee Lindem <acee@lindem.com>
Mon, 18 Nov 2024 17:05:31 +0000 (17:05 +0000)
committerAcee Lindem <acee@lindem.com>
Mon, 18 Nov 2024 17:05:31 +0000 (17:05 +0000)
commit82f434940207c5d2ed0e52f0d27998fb56129064
tree066194cfa2f7a0e1aed4708d79c2f2af39d1b07e
parent6afd56da969821359ee1fdfbfd33259587f58184
tests: Add topotest for OSPF multi-instance default origination.

This change adds a topotest to test various case of OSPF multi-instance
origination including cases where the criteria route is from another
instance of OSPF, as well as the same OSPF instance (where a default
should not be originated).

Signed-off-by: Acee Lindem <acee@lindem.com>
tests/topotests/ospf_multi_instance/r1/frr.conf [new file with mode: 0644]
tests/topotests/ospf_multi_instance/r2/frr.conf [new file with mode: 0644]
tests/topotests/ospf_multi_instance/r3/frr.conf [new file with mode: 0644]
tests/topotests/ospf_multi_instance/test_ospf_multi_instance.py [new file with mode: 0644]