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

[teamd] avoid using actor port number 0 in teamd config #2327

Merged
merged 1 commit into from
Dec 1, 2018

Commits on Dec 1, 2018

  1. [teamd] avoid using actor port number 0 in teamd config

    When using actor port number 0 in lag configuration, IO cannot be sent to
    peer. Increase actor port number by 1 to keep uniqueness and at the same
    time, avoid using actor port number 0.
    
    Ref. 802.1AX 6.3.4 Port identification
    
    Signed-off-by: Ying Xie <[email protected]>
    yxieca committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    088e2a1 View commit details
    Browse the repository at this point in the history