Skip to content

Commit 7fc7614

Browse files
[yang_models] Removed extensions key-delim, key-pattern and map-leaf.
1 parent bda2a63 commit 7fc7614

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

src/sonic-yang-models/yang-models/sonic-extension.yang

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,6 @@ module sonic-extension {
2424
argument "value";
2525
}
2626

27-
extension key-delim {
28-
description "Key delimeter, e.g. - |, :";
29-
argument "value";
30-
}
31-
32-
extension key-pattern {
33-
description "Key pattern, e.g. - ACL_RULE|{aclname}|{rulename}";
34-
argument "value";
35-
}
36-
37-
extension map-leaf {
38-
description
39-
"Extension to indicate nested list and specify fields
40-
mappings which are keys of inner list";
41-
argument "value";
42-
}
43-
4427
extension custom-validation {
4528
description "Extension for registering custom validation handler.";
4629
argument "handler";

0 commit comments

Comments
 (0)