We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 388457a commit ca2695fCopy full SHA for ca2695f
1 file changed
src/sonic-yang-models/yang-models/sonic-passwh.yang
@@ -28,14 +28,14 @@ module sonic-passwh {
28
}
29
leaf expiration {
30
description "expiration time (days unit)";
31
- type uint16 {
32
- range 1..365;
+ type int16 {
+ range -1..365;
33
34
35
leaf expiration_warning {
36
description "expiration warning time (days unit)";
37
- type uint8 {
38
- range 1..30;
+ type int8 {
+ range -1..30;
39
40
41
leaf history_cnt {
0 commit comments