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

L2: avoid having one failure on responder disable l2 #1726

Merged
merged 3 commits into from
Nov 29, 2022

Commits on Nov 28, 2022

  1. L2: continue if some responders cannot be created

    If a responder cannot be created on a given interface, it should not
    prevent responders to be created on all the other interfaces. For this
    reason here we continue instead of returning. This is even more sensible
    with the interface selector mechanism, because returning won't allow the
    list of interfaces to be filled and so the speaker will always skip.
    
    Signed-off-by: Federico Paolinelli <fpaoline@redhat.com>
    fedepaol committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    dfec135 View commit details
    Browse the repository at this point in the history
  2. L2 advertisement: always match if the allInterfaces flag is set

    If the flag is set, we don't need to iterate over the interfaces to find
    a match because it will always be the case.
    
    Signed-off-by: Federico Paolinelli <fpaoline@redhat.com>
    fedepaol committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    77a3f31 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Configuration menu
    Copy the full SHA
    36f935f View commit details
    Browse the repository at this point in the history