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] fix lacp fallback mode breakage in teamd v1.28 #3572

Merged
merged 1 commit into from
Oct 11, 2019

Commits on Oct 7, 2019

  1. [teamd] fix lacp fallback mode in teamd v1.28

    In teamd v1.28, the port can only be enabled if sync bit is set
    in recveived LACPDU from partner by the following commit
    "teamd: lacp: update port state according to partner's sync bit"
    (jpirko/libteam@54f137c)
    
    However, lacp fallback feature needs to enable port even if partner
    LACPDU is not received within a given period and fallback cfg is enabled.
    To fix the lacp fallback breakage, we have to bypass the sync bit
    check in lacp fallback mode.
    
    Signed-off-by: Haiyang Zheng <haiyang.z@alibaba-inc.com>
    hzheng5 committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    96260f7 View commit details
    Browse the repository at this point in the history