]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: Keep the session down if maximum-prefix is reached
authorDonatas Abraitis <donatas.abraitis@gmail.com>
Wed, 2 Oct 2019 15:06:37 +0000 (18:06 +0300)
committerDonatas Abraitis <donatas.abraitis@gmail.com>
Thu, 3 Oct 2019 06:31:50 +0000 (09:31 +0300)
commitd091d9adcdd27b5456fe2b8cf61728409a861932
treec63ad2191fb845b82594e4997453e31291f84df1
parent6d7b7e42570d81eb22fb05918ea4066321df005b
bgpd: Keep the session down if maximum-prefix is reached

Under high load instances with hundreds of thousands of prefixes this
could result in very unstable systems.

When maximum-prefix is set, but restart timer is not set then the session
flaps between Idle(Pfx) -> Established -> Idle(Pfx) states.

Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
bgpd/bgp_network.c