From f81b74458db56047d3eb6f36ca0bf8099451c02f Mon Sep 17 00:00:00 2001 From: Ahmed Karic Date: Thu, 8 May 2025 15:54:59 +0200 Subject: [PATCH] confd: Correct description for LAG LACP modes Fixes #1031 --- doc/ChangeLog.md | 1 + src/confd/yang/confd/infix-if-lag.yang | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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."; } } }