Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[muxorch] return true if the nbr IP is in the skip_neighbors list (#2407
) Orchagent was not programming neighbor IP to h/w L3 host table during initialization because they were set as Standby. When the links became active, SoC IPs were added to the skip_neighbors_ list and never programmed. fix: - Added public method MuxCable::getSkipNeighborsSet() - check if nbr is in skip_neighbors_ when checking if cable is Active Signed-off-by: Nikola Dancejic <ndancejic@microsoft.com> Co-authored-by: Ubuntu <dancejic@dancejic-vm.tmcjvzftiwdebn3deov5sqribb.xx.internal.cloudapp.net>
- Loading branch information