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

Fix: check the VLAN/interface fwd mode compatibility #1474

Merged
merged 2 commits into from
Nov 1, 2024
Merged

Fix: check the VLAN/interface fwd mode compatibility #1474

merged 2 commits into from
Nov 1, 2024

Commits on Nov 1, 2024

  1. Fix: check the VLAN/interface fwd mode compatibility

    Connecting a bridge/IRB interface to two segments of a routed VLAN
    results in a shared IP prefix used on both segments.
    
    This change checks for the forwarding mode mismatch and triggers an
    error that can be disabled with a defaults setting (because someone
    might want to use the shared IP prefix)
    
    It turns out several routed VLAN transformation tests relied on
    this behavior, so they got the VLAN default tweak.
    
    Fixes #1461
    ipspace committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    901bc93 View commit details
    Browse the repository at this point in the history
  2. Remove naming discrepancies

    ipspace committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    8f3a5eb View commit details
    Browse the repository at this point in the history