Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[routesync] Fix for stale dynamic neighbor
Signed-off-by: vedganes <veda.ganesan@nokia.com> The changes are for fixing stale neighbor in the ASIC_DB and data path when eBGP neighbors are shutdown and neighbors are flushed. The problem is described in issue: sonic-net/sonic-buildimage#12442 The root cause of this issue is due to not deleing the route from the ASIC_DB when the route's next hop is on eth0 or docker0 interface. The solution is to delete the route entry from ASIC_DB instead of just returning when the route's next hop is on the interface eth0 or docker0
- Loading branch information