We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29403c9 commit 622ede9Copy full SHA for 622ede9
src/sonic-yang-mgmt/yang-models/sonic-extension.yang
@@ -0,0 +1,27 @@
1
+module sonic-extension {
2
+
3
+ yang-version 1.1;
4
5
+ namespace "http://github.com/Azure/sonic-extension";
6
+ prefix sonic-extension;
7
8
+ organization "Linkedin Corporation";
9
10
+ contact "[email protected]";
11
12
+ description "Head yang Module for SONiC OS";
13
14
+ revision 2019-07-01 {
15
+ description "First Revision";
16
+ }
17
18
+ extension key-regex-configdb-to-yang {
19
+ description "Key regex used to convert config DB keys to YANG Config";
20
+ argument "value";
21
22
23
+ extension key-regex-yang-to-configdb {
24
25
26
27
+}
0 commit comments