You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[neighorch] VOQ Inband interface port code review comments fix 4
- Changes to avoid calling function to add encap index attribute for
inband interface host neighbor. Since encap index attribute is supplied
only for the remote neighbors and since the inband interface neighbor is
local encap index will not added even if this function is called. So
removed calling the api addVoqEncapIndex() while constructing neighbor
add message for inband interface host.
- Added changes to handle encap index change for the remote neighbors.
During config re-load, there is a chance that SAI may allocate a
different encap index than the index allocated before config-reload for
the same neighbor. Since the mac addresss and ip address are same,
neighorch, while processing this synced remote neighbors, considers this as
duplicate and ignores it. This is fixed by making neighorch consider encap index
received from CHASSIS_APP_DB in addition to mac and ip address to check
for duplicate neighbor.
Signed-off-by: vedganes <vedavinayagam.ganesan@nokia.com>
0 commit comments