We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda2a63 commit 7fc7614Copy full SHA for 7fc7614
src/sonic-yang-models/yang-models/sonic-extension.yang
@@ -24,23 +24,6 @@ module sonic-extension {
24
argument "value";
25
}
26
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
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
42
43
44
extension custom-validation {
45
description "Extension for registering custom validation handler.";
46
argument "handler";
0 commit comments