diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index b540b284..923d7562 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -15,6 +15,7 @@ All notable changes to the project are documented in this file. ### Fixes - Fix containers with multiple mounts +- Correct description for LAG LACP modes [v25.04.0][] - 2025-04-30 diff --git a/src/confd/yang/confd/infix-if-lag.yang b/src/confd/yang/confd/infix-if-lag.yang index d430995b..fcb5ccbe 100644 --- a/src/confd/yang/confd/infix-if-lag.yang +++ b/src/confd/yang/confd/infix-if-lag.yang @@ -88,10 +88,10 @@ submodule infix-if-lag { type enumeration { enum passive { - description "LACP active mode"; + description "LACP passive mode"; } enum active { - description "LACP passive mode."; + description "LACP active mode."; } } }