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

tap(4): allow full-duplex and non-zero speed #745

Closed
wants to merge 1 commit into from

Commits on May 18, 2023

  1. tap(4): allow full-duplex and non-zero speed

    tap(4) devices advertise themselves as just 'ethernet autoselect',
    without duplex or speed capabilities.
    This advertisement makes them unable to be aggregated into lacp-based
    lagg(4):
    - lacp code requires underlying interfaces to be full-duplex, else
      interface will not participate in lacp at all
    - lacp code requires underlying interface to have non-zero speed, else
      this interface can not be selected as active aggregator
    
    PR#: 217374
    Reported by: Alexandre Snarskii <[email protected]>
    Co-authored-by: Mina Galić <[email protected]>
    snar and igalic committed May 18, 2023
    Configuration menu
    Copy the full SHA
    10991aa View commit details
    Browse the repository at this point in the history