]> git.proxmox.com Git - mirror_frr.git/commit
topotests: RIP BFD integration topology test
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Mon, 27 Mar 2023 21:12:39 +0000 (18:12 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Wed, 19 Apr 2023 14:17:52 +0000 (11:17 -0300)
commit7001bdb7b24ba2f7556b1ae6030285236b575dca
treec1aa30eb336e7c70132ff0cf9c00650ecdc7970f
parentc262df828b2475632f590c256db677b424d868c7
topotests: RIP BFD integration topology test

Add new RIP topology to test the BFD integration and RIP ECMP:
shutdown a link and expect the RIP route change immediately instead of
regular RIP timer.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
15 files changed:
tests/topotests/rip_bfd_topo1/__init__.py [new file with mode: 0755]
tests/topotests/rip_bfd_topo1/r1/bfdd.conf [new file with mode: 0644]
tests/topotests/rip_bfd_topo1/r1/ripd.conf [new file with mode: 0644]
tests/topotests/rip_bfd_topo1/r1/zebra.conf [new file with mode: 0644]
tests/topotests/rip_bfd_topo1/r2/bfdd.conf [new file with mode: 0644]
tests/topotests/rip_bfd_topo1/r2/ripd.conf [new file with mode: 0644]
tests/topotests/rip_bfd_topo1/r2/staticd.conf [new file with mode: 0644]
tests/topotests/rip_bfd_topo1/r2/zebra.conf [new file with mode: 0644]
tests/topotests/rip_bfd_topo1/r3/bfdd.conf [new file with mode: 0644]
tests/topotests/rip_bfd_topo1/r3/ripd.conf [new file with mode: 0644]
tests/topotests/rip_bfd_topo1/r3/staticd.conf [new file with mode: 0644]
tests/topotests/rip_bfd_topo1/r3/zebra.conf [new file with mode: 0644]
tests/topotests/rip_bfd_topo1/test_rip_bfd_topo1.dot [new file with mode: 0644]
tests/topotests/rip_bfd_topo1/test_rip_bfd_topo1.png [new file with mode: 0644]
tests/topotests/rip_bfd_topo1/test_rip_bfd_topo1.py [new file with mode: 0644]