]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: minimum-holdtime knob to prevent session establishment with BGP peer with low...
authorTakemasa Imada <takemasa.imada@gmail.com>
Sat, 14 Aug 2021 05:32:40 +0000 (14:32 +0900)
committerTakemasa Imada <takemasa.imada@gmail.com>
Sat, 14 Aug 2021 21:08:08 +0000 (06:08 +0900)
commitb042667a3da442d086f1e14b30936f374e9374fd
tree613b7c3e8c7ee766b33e43f4a6e1de8470525429
parenta01b086340a69c393027b5ecbd52eb6a9c9d890d
bgpd: minimum-holdtime knob to prevent session establishment with BGP peer with low holdtime.

Signed-off-by: Takemasa Imada <takemasa.imada@gmail.com>
bgpd/bgp_packet.c
bgpd/bgp_vty.c
bgpd/bgpd.c
bgpd/bgpd.h
doc/user/bgp.rst
tests/topotests/bgp_minimum_holdtime/__init__.py [new file with mode: 0644]
tests/topotests/bgp_minimum_holdtime/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_minimum_holdtime/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_minimum_holdtime/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_minimum_holdtime/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_minimum_holdtime/test_bgp_minimum_holdtime.py [new file with mode: 0755]