]> git.puffer.fish Git - matthieu/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)
committerDon Slice <dslice@nvidia.com>
Sat, 12 Sep 2020 13:17:32 +0000 (06:17 -0700)
commit96e2fd256a337082f556872a15945d2a2957f119
tree087cbca120441114a62948f83d053083e3771568
parenta77bd0f4e6b7d63e6f66288d7ea715ae8c55feee
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