]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Do not suppress conditional advertisement updates if triggered
authorDonatas Abraitis <donatas@opensourcerouting.org>
Fri, 20 Oct 2023 08:59:59 +0000 (11:59 +0300)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Wed, 25 Oct 2023 04:51:35 +0000 (04:51 +0000)
commit6b3afa3457a86196383c284047335e1683af4e3a
tree0c7683361eb6ef6e60c274af92acdc2a82e01ecb
parent5ad85a16e5ecaba247104bf171966540b598c168
bgpd: Do not suppress conditional advertisement updates if triggered

If we have a prefix-list with one entry, and after some time we append a prefix-list
with some more additional entries, conditional advertisement is triggered, and the
old entries are suppressed (because they look identical as sent before).

Hence, the old entries are sent as withdrawals and only new entries sent as updates.

Force re-sending all BGP updates for conditional advertisement. The same is done
for route-refresh, and/or soft clear operations.

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
(cherry picked from commit 2d8e85958526493f59e7cb9bf6dac829ed3d687f)
bgpd/bgp_conditional_adv.c