Skip to content

Commit 622ede9

Browse files
author
Praveen Chaudhary
authored
[sonic-extension.yang]: Adding sonic-extension.yang (sonic-net#60)
Signed-off-by: Praveen Chaudhary [email protected]
1 parent 29403c9 commit 622ede9

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -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+
description "Key regex used to convert config DB keys to YANG Config";
25+
argument "value";
26+
}
27+
}

0 commit comments

Comments
 (0)