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

allow termination mac entries without VID match #115

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Oct 27, 2022

  1. be strict when deleting termination mac entries

    When deleting termination mac entries for bridge interfaces, we need to
    make sure that we do strict matches, else we might also remove
    termination mac entries for the same mac for a specific port.
    
    Signed-off-by: Jonas Gorski <[email protected]>
    KanjiMonster committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    c610ee0 View commit details
    Browse the repository at this point in the history
  2. allow termination mac entries matching any vid

    Allow termination mac entries to not check the VID so that they work
    regardless which VID is used for untagged traffic, and can be used for
    base port interfaces.
    
    Signed-off-by: Jonas Gorski <[email protected]>
    KanjiMonster committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    e46846b View commit details
    Browse the repository at this point in the history