We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ae478a commit e418ff0Copy full SHA for e418ff0
src/sonic-yang-models/yang-models/sonic-warm-restart.yang
@@ -32,7 +32,7 @@ module sonic-warm-restart {
32
33
enum system {
34
description
35
- "system level enable/disable warm-restart";
+ "Warm Restart on a System level.";
36
}
37
38
@@ -58,7 +58,7 @@ module sonic-warm-restart {
58
type boolean;
59
must "current()/../module = 'bgp'" { error-message "bgp_eoiu is only supported for module bgp."; }
60
61
- "BGP EOIU enable/disable";
+ "BGP End-of-Initial Update (EOIU) signal enable/disable";
62
63
64
leaf bgp_timer {
0 commit comments