Skip to content

Commit

Permalink
Add fallback leaf for LACP in OC model
Browse files Browse the repository at this point in the history
  • Loading branch information
sallylsy committed Sep 5, 2024
1 parent 6b19efb commit 3f58fe3
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion release/models/lacp/openconfig-lacp.yang
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@ module openconfig-lacp {
managing aggregate interfaces. It works in conjunction with
the OpenConfig interfaces and aggregate interfaces models.";

oc-ext:openconfig-version "2.0.0";
oc-ext:openconfig-version "2.1.0";

revision "2024-09-24" {
description
"Add LACP fallback leaf under both config and state.";
reference "2.1.0";
}

revision "2023-12-11" {
description
Expand Down Expand Up @@ -407,6 +413,14 @@ grouping aggregation-lacp-members-statistics {
system-id";
}

leaf fallback {
type boolean;
description
"If the fallback is set to true, current LACP interface is
able to establish a Link Aggregation (LAG) before it receives
LACP PDUs from its peer";
}

uses aggregation-lacp-global-config;
}

Expand Down

0 comments on commit 3f58fe3

Please sign in to comment.