We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d145ffa commit 046dc83Copy full SHA for 046dc83
src/sonic-yang-models/yang-models/sonic-stp.yang
@@ -7,17 +7,17 @@ module sonic-stp {
7
prefix sonic-ext;
8
}
9
10
- description "SONiC STP YANG model for PVST and MST configurations";
+ description "SONiC STP YANG model for PVST, and MST configurations";
11
12
revision 2024-11-24 {
13
- description "Version01 for combined PVST and MST configurations.";
+ description "Version01 for combined PVST configurations.";
14
15
16
grouping vlanModeAttr {
17
leaf forward_delay {
18
type uint8 {
19
range "4..30" {
20
- error-message "Invalid Forwarding Delay value.";
+ error-message "Invalid Forwarding Delay Value.";
21
22
23
units seconds;
0 commit comments