Skip to content

Commit e684942

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ module sonic-stp {
1010
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;
2424
default 15;
2525
description
26-
"The delay used by STP bridges to transition root and
26+
"The delay used by STP bridges to transition root, and
2727
designated ports to forwarding";
2828
}
2929

@@ -49,7 +49,7 @@ module sonic-stp {
4949
units seconds;
5050
default 20;
5151
description
52-
"The maximum age of the information transmitted by the
52+
"The Maximum age of the information transmitted by the
5353
bridge when it is the root bridge";
5454
}
5555

0 commit comments

Comments
 (0)