From e684942ff877f0791a59c4196feb792811720695 Mon Sep 17 00:00:00 2001 From: Wajahat Razi Date: Tue, 17 Dec 2024 14:12:25 +0500 Subject: [PATCH] Creating PR on SONiC buildimage Master --- src/sonic-yang-models/yang-models/sonic-stp.yang | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/sonic-yang-models/yang-models/sonic-stp.yang b/src/sonic-yang-models/yang-models/sonic-stp.yang index aa272880dd1e..739b180a3c25 100644 --- a/src/sonic-yang-models/yang-models/sonic-stp.yang +++ b/src/sonic-yang-models/yang-models/sonic-stp.yang @@ -10,20 +10,20 @@ module sonic-stp { description "SONiC STP YANG model for PVST and MST configurations"; revision 2024-11-24 { - description "Version01 for combined PVST and MST configurations."; + description "Version01 for combined PVST configurations."; } grouping vlanModeAttr { leaf forward_delay { type uint8 { range "4..30" { - error-message "Invalid Forwarding Delay value."; + error-message "Invalid Forwarding Delay Value."; } } units seconds; default 15; description - "The delay used by STP bridges to transition root and + "The delay used by STP bridges to transition root, and designated ports to forwarding"; } @@ -49,7 +49,7 @@ module sonic-stp { units seconds; default 20; description - "The maximum age of the information transmitted by the + "The Maximum age of the information transmitted by the bridge when it is the root bridge"; }