Skip to content

Commit

Permalink
[sonic-feature.yang] fix check_up_status field type
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Yurkiv <ayurkiv@nvidia.com>
  • Loading branch information
ayurkiv-nvda committed Jun 1, 2022
1 parent efa1549 commit 0c90bed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sonic-yang-models/yang-models/sonic-feature.yang
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
}
}
Expand Down

0 comments on commit 0c90bed

Please sign in to comment.