Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[muxorch] Returning true if nbr in skip_neighbor_ in isNeighborActive() #2415

Merged
merged 3 commits into from
Aug 17, 2022

Commits on Aug 16, 2022

  1. [muxorch] Returning true if nbr in skip_neighbor_ in isNeighborActive()

    PR sonic-net#2407 added a check which returned true in isNeighborActive if it is
    in the skip_neighbors_ list, but only checked for Mux in Subnet. This
    extends that check to Mux Ports and Nexthop Muxes.
    
    Signed-off-by: Nikola Dancejic <ndancejic@microsoft.com>
    Ndancejic committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    db25beb View commit details
    Browse the repository at this point in the history
  2. [mux] Changing "|" comparison to "||"

    Signed-off-by: Nikola Dancejic <ndancejic@microsoft.com>
    Ndancejic committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    c53f702 View commit details
    Browse the repository at this point in the history
  3. [mux] adding parenthesis around return statements

    Signed-off-by: Nikola Dancejic <ndancejic@microsoft.com>
    Ndancejic committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    4446734 View commit details
    Browse the repository at this point in the history