]> 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>
Wed, 16 Oct 2019 05:26:46 +0000 (08:26 +0300)
commitcb84b33e827eddc99f745ffbafc68ed488579c71
tree657ac7074b85d8555958ea30fb80e5dda2d3156f
parent5ec0a8fe4a2ab0545eec94de83da5098b8b8a5ef
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