Commit e684942 1 parent d145ffa commit e684942 Copy full SHA for e684942
File tree 1 file changed +4
-4
lines changed
src/sonic-yang-models/yang-models
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,20 +10,20 @@ module sonic-stp {
10
10
description "SONiC STP YANG model for PVST and MST configurations" ;
11
11
12
12
revision 2024 -11 -24 {
13
- description "Version01 for combined PVST and MST configurations." ;
13
+ description "Version01 for combined PVST configurations." ;
14
14
}
15
15
16
16
grouping vlanModeAttr {
17
17
leaf forward_delay {
18
18
type uint8 {
19
19
range "4..30" {
20
- error-message "Invalid Forwarding Delay value ." ;
20
+ error-message "Invalid Forwarding Delay Value ." ;
21
21
}
22
22
}
23
23
units seconds;
24
24
default 15 ;
25
25
description
26
- "The delay used by STP bridges to transition root and
26
+ "The delay used by STP bridges to transition root, and
27
27
designated ports to forwarding" ;
28
28
}
29
29
@@ -49,7 +49,7 @@ module sonic-stp {
49
49
units seconds;
50
50
default 20 ;
51
51
description
52
- "The maximum age of the information transmitted by the
52
+ "The Maximum age of the information transmitted by the
53
53
bridge when it is the root bridge" ;
54
54
}
55
55
You can’t perform that action at this time.
0 commit comments