diff --git a/src/sonic-yang-models/yang-models/sonic-feature.yang b/src/sonic-yang-models/yang-models/sonic-feature.yang index 54133ef10612..f27411788e8d 100644 --- a/src/sonic-yang-models/yang-models/sonic-feature.yang +++ b/src/sonic-yang-models/yang-models/sonic-feature.yang @@ -90,8 +90,8 @@ module sonic-feature{ leaf check_up_status { description "This configuration controls the system ready tool to check the app ready/up status"; - type boolean; - default false; + type stypes:boolean_type; + default "false"; } } }