Skip to content

Commit 75f07a5

Browse files
aamirshah2kAamir ShahElodinLaarzdplore
authored
lacp: add fallback-timeout configuration to aggregate interfaces (#1473)
* lacp: add fallback-timeout configuration to aggregate interfaces * Update release/models/lacp/openconfig-lacp.yang Co-authored-by: Darren Loher <dloher@google.com> --------- Co-authored-by: Aamir Shah <aashah@google.com> Co-authored-by: Caleb Geiger <48812321+ElodinLaarz@users.noreply.github.com> Co-authored-by: Darren Loher <dloher@google.com>
1 parent 20f939b commit 75f07a5

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

release/models/lacp/openconfig-lacp.yang

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,14 @@ module openconfig-lacp {
2626
managing aggregate interfaces. It works in conjunction with
2727
the OpenConfig interfaces and aggregate interfaces models.";
2828

29-
oc-ext:openconfig-version "2.1.0";
29+
oc-ext:openconfig-version "2.2.0";
30+
31+
revision "2026-04-09" {
32+
description
33+
"Add LACP fallback timeout leaf.";
34+
reference "2.2.0";
35+
}
36+
3037

3138
revision "2024-09-24" {
3239
description
@@ -422,6 +429,13 @@ grouping aggregation-lacp-members-statistics {
422429
after the expiry of the timeout period.";
423430
}
424431

432+
leaf fallback-timeout {
433+
type uint16;
434+
units "seconds";
435+
description
436+
"The timeout in seconds to wait for LACP PDUs before falling back to a single port.";
437+
}
438+
425439
uses aggregation-lacp-global-config;
426440
}
427441

0 commit comments

Comments
 (0)