]> git.puffer.fish Git - mirror/frr.git/commit
topotests: test BFD static route integration
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Wed, 24 Mar 2021 12:41:04 +0000 (09:41 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Fri, 13 Jan 2023 18:32:12 +0000 (15:32 -0300)
commit771fdeaf3928970f879e946944fb2ba6a3d7e81a
tree9f58766f522d1ef604de689c79714e8b621f49a3
parenta89958e50849cd384dd4ff778118ffb5848057ad
topotests: test BFD static route integration

Test that BFD static monitoring works:
When BFD session is up the routes are installed in the RIB and
distributed with routing protocol (in this case BGP). When the session
is down it is removed from RIB and propagated.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
20 files changed:
tests/topotests/bfd_topo3/r3/bfd-static-down.json [new file with mode: 0644]
tests/topotests/bfd_topo3/r3/bfd-static.json [new file with mode: 0644]
tests/topotests/bfd_topo3/r3/staticd.conf [new file with mode: 0644]
tests/topotests/bfd_topo3/r4/bfd-peers.json
tests/topotests/bfd_topo3/r4/bgpd.conf
tests/topotests/bfd_topo3/r4/staticd.conf [new file with mode: 0644]
tests/topotests/bfd_topo3/r4/zebra.conf
tests/topotests/bfd_topo3/r5/bfd-peers.json [new file with mode: 0644]
tests/topotests/bfd_topo3/r5/bfdd.conf [new file with mode: 0644]
tests/topotests/bfd_topo3/r5/staticd.conf [new file with mode: 0644]
tests/topotests/bfd_topo3/r5/zebra.conf [new file with mode: 0644]
tests/topotests/bfd_topo3/r6/bfd-peers.json [new file with mode: 0644]
tests/topotests/bfd_topo3/r6/bfd-static-down.json [new file with mode: 0644]
tests/topotests/bfd_topo3/r6/bfd-static.json [new file with mode: 0644]
tests/topotests/bfd_topo3/r6/bfdd.conf [new file with mode: 0644]
tests/topotests/bfd_topo3/r6/staticd.conf [new file with mode: 0644]
tests/topotests/bfd_topo3/r6/zebra.conf [new file with mode: 0644]
tests/topotests/bfd_topo3/test_bfd_topo3.dot
tests/topotests/bfd_topo3/test_bfd_topo3.jpg
tests/topotests/bfd_topo3/test_bfd_topo3.py