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

[libteam] Add fallback support for single-member-port LAG #1118

Merged
merged 6 commits into from
Dec 16, 2017
Merged

[libteam] Add fallback support for single-member-port LAG #1118

merged 6 commits into from
Dec 16, 2017

Commits on Nov 7, 2017

  1. [libteam] Add fallback support for single-member-port LAG

    * Allow the port to be selected if the LAG is configured
    with fallback and port is in defaulted state due to missing
    LACP PDUs from remote end
    * Only enable port if LAG is admin up and the member port
    is link up
    hzheng5 committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    9dce7cc View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2017

  1. Configuration menu
    Copy the full SHA
    28f3439 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2017

  1. Configuration menu
    Copy the full SHA
    6d4f830 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2017

  1. [teamd] Resolve config conflict between fallback and minlink

    * Remove min_link config if fallback is configured
    * Add support for fallback config in minigraph
    hzheng5 committed Dec 6, 2017
    Configuration menu
    Copy the full SHA
    4d5358d View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2017

  1. [teamd] Only enable fallback if it is single-member-port LAG

    Signed-off-by: Haiyang Zheng <haiyang.z@alibaba-inc.com>
    hzheng5 committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    381d263 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2017

  1. [teamd] Removing the admin status check in lacp_port_link_update

    Will submit another pull request to fix this issue.
    
    Signed-off-by: Haiyang Zheng <haiyang.z@alibaba-inc.com>
    hzheng5 committed Dec 16, 2017
    Configuration menu
    Copy the full SHA
    a16d686 View commit details
    Browse the repository at this point in the history