Skip to content

Commit 046dc83

Browse files
committed
Creating PR on SONiC buildimage Master
1 parent d145ffa commit 046dc83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sonic-yang-models/yang-models/sonic-stp.yang

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ module sonic-stp {
77
prefix sonic-ext;
88
}
99

10-
description "SONiC STP YANG model for PVST and MST configurations";
10+
description "SONiC STP YANG model for PVST, and MST configurations";
1111

1212
revision 2024-11-24 {
13-
description "Version01 for combined PVST and MST configurations.";
13+
description "Version01 for combined PVST configurations.";
1414
}
1515

1616
grouping vlanModeAttr {
1717
leaf forward_delay {
1818
type uint8 {
1919
range "4..30" {
20-
error-message "Invalid Forwarding Delay value.";
20+
error-message "Invalid Forwarding Delay Value.";
2121
}
2222
}
2323
units seconds;

0 commit comments

Comments
 (0)