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

Add config and state for individual Ethernet port priority in a LAG #943

Merged
merged 10 commits into from
Dec 12, 2023

Commits on Aug 18, 2023

  1. Add LACP port priority openconfig#940

    Deprecate aggregate-id and move it to dedicated ethernet container for
    for interface's link aggregation parameters. Add port-priority to this
    container. Add actor and partner port priority to LACP member state.
    marius-ore committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    ac0e6b1 View commit details
    Browse the repository at this point in the history
  2. Fix versions, ordering, remove default

    Fix version numbering, ordering of yang statements to pass
    pyang --lint --strict, and remove default value for port priority
    marius-ore committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    faad653 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. add config container to LACP aggregate interface member

    Add config container for LACP aggregate interface member with port-priority
    and interface. Change /lacp/interfaces/interface/members/member/interface to
    point to the new leaf /lacp/interfaces/interface/members/member/config/interface.
    Change /lacp/interfaces/interface/members to config true.
    marius-ore committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    5cdabc2 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. replaced repeated definition with 'uses' statement

    Replaced repeated definition of leaf port-priority with `uses` statement, as per change request.
    marius-ore committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    e86f152 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    61107fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    feb80f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a56180 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. indent

    Co-authored-by: Rob Shakir <[email protected]>
    dplore and robshakir authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    efcce3f View commit details
    Browse the repository at this point in the history
  2. bump version

    Due to breaking change of changing type for list
    dplore authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    e02bd72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42ff19a View commit details
    Browse the repository at this point in the history