]> git.puffer.fish Git - mirror/frr.git/commit
lib: don't announce prefix delete for duplicates 14472/head
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Fri, 22 Sep 2023 15:28:38 +0000 (12:28 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Fri, 22 Sep 2023 16:03:28 +0000 (13:03 -0300)
commitaed94c80967213124236ae0dfc8eebfbe9f465d5
treedfe648c9f235407aa0772eeb417b28af51cb74a8
parent71fb99d22ebe05b18aa01ab02eed957dd1167a97
lib: don't announce prefix delete for duplicates

When deleting a duplicated prefix list entry don't announce the change
to route map listeners, otherwise they will be removing rules that
shouldn't be removed causing the prefix that still exist in the
prefix-list to be not evaluated anymore.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
lib/plist.c