From 364f327d34775ee434900c4f6be73c98d97d7208 Mon Sep 17 00:00:00 2001 From: Stepan Blyschak Date: Mon, 30 May 2022 19:42:48 +0300 Subject: [PATCH] [sonic-feature.yang] fix check_up_status field type Signed-off-by: Stepan Blyschak --- src/sonic-yang-models/yang-models/sonic-feature.yang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"; } } }