]> git.puffer.fish Git - mirror/frr.git/commit
tests: Advertise FIB installed routes to bgp peers 4770/head
authorSoman K S <somanks@gmail.com>
Fri, 6 Nov 2020 03:29:39 +0000 (08:59 +0530)
committerSoman K S <somanks@gmail.com>
Fri, 6 Nov 2020 03:29:39 +0000 (08:59 +0530)
commit1cc5593892c954ffa395460e1bcbe9c34119062c
treea1a45b342746f93f0a273fbadfe5ff14bb79a08e
parenta77e2f4bab740cf959c8f3c41694954df6f7e7ca
tests: Advertise FIB installed routes to bgp peers

Added test case for bgp suppress-fib-pending
Updated document

Signed-off-by: kssoman <somanks@gmail.com>
doc/user/bgp.rst
tests/topotests/bgp_suppress_fib/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_suppress_fib/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_suppress_fib/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_suppress_fib/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_suppress_fib/r3/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_suppress_fib/r3/v4_route.json [new file with mode: 0644]
tests/topotests/bgp_suppress_fib/r3/v4_route2.json [new file with mode: 0644]
tests/topotests/bgp_suppress_fib/r3/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_suppress_fib/test_bgp_suppress_fib.py [new file with mode: 0644]