]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: backpressure - Fix to withdraw evpn type-5 routes immediately
authorRajasekar Raja <rajasekarr@nvidia.com>
Fri, 17 May 2024 19:36:31 +0000 (12:36 -0700)
committerRajasekar Raja <rajasekarr@nvidia.com>
Fri, 17 May 2024 19:42:30 +0000 (12:42 -0700)
commitf4ba47238e9d0c5b9efa5e42d7689cc7bb9c0334
tree40a175fa0300463a588351c1d70bc44abf004fce
parente41b4a755e38eacf0a74a3a0edb62f1a6831819b
bgpd: backpressure - Fix to withdraw evpn type-5 routes immediately

As part of backpressure changes, there is a bug where immediate withdraw
is to be sent for evpn imported type-5 prefix to clear the nh neigh and
RMAC entry.

Fixing this by sending withdraw immediately to keep it inline with the
code today

Ticket: #3905571

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Signed-off-by: Rajasekar Raja <rajasekarr@nvidia.com>
bgpd/bgp_route.c
bgpd/bgp_zebra.c