Skip to content

Commit c6cc0ea

Browse files
committed
address review comments
Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan <[email protected]>
1 parent 61ed92e commit c6cc0ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/sonic-yang-models/yang-models/sonic-feature.yang

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@ module sonic-feature{
88
description "Feature Table yang Module for SONiC";
99

1010
typedef feature-state {
11+
description "configuration to set the feature running state";
1112
type string {
1213
pattern "enabled|disabled|always_enabled|always_disabled";
1314
}
1415
}
1516

1617
typedef feature-owner {
18+
description "configuration to set if the container is controlled
19+
by kubernetes or locally";
1720
type string {
1821
pattern "kube|local";
1922
}

0 commit comments

Comments
 (0)