]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: correct community-list replace logic
authorDon Slice <dslice@nvidia.com>
Thu, 10 Sep 2020 12:40:28 +0000 (12:40 +0000)
committerIgor Ryzhov <iryzhov@nfware.com>
Tue, 6 Oct 2020 12:54:24 +0000 (15:54 +0300)
commitfde0cf6df77de9622b7c6419746018e40c65f7b8
tree9d8efbba9aca7664156b9e84557c1fda1c136fd9
parent168a388738548a443190daa14fc7132ce9fde753
bgpd: correct community-list replace logic

Problem rerported that if you enter an existing community list
sequence number with new community information, the entire community
list would be deleted.  This commit fixes the replace logic to do
the right thing.

Ticket: CM-30555
Signed-off-by: Don Slice <dslice@nvidia.com>
bgpd/bgp_clist.c