forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[sonic-extension.yang]: Adding sonic-extension.yang (sonic-net#60)
Signed-off-by: Praveen Chaudhary pchaudhary@linkedin.com
- Loading branch information
Praveen Chaudhary
authored
Mar 22, 2020
1 parent
29403c9
commit 622ede9
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
module sonic-extension { | ||
|
||
yang-version 1.1; | ||
|
||
namespace "http://github.com/Azure/sonic-extension"; | ||
prefix sonic-extension; | ||
|
||
organization "Linkedin Corporation"; | ||
|
||
contact "lnos_coders@linkedin.com"; | ||
|
||
description "Head yang Module for SONiC OS"; | ||
|
||
revision 2019-07-01 { | ||
description "First Revision"; | ||
} | ||
|
||
extension key-regex-configdb-to-yang { | ||
description "Key regex used to convert config DB keys to YANG Config"; | ||
argument "value"; | ||
} | ||
|
||
extension key-regex-yang-to-configdb { | ||
description "Key regex used to convert config DB keys to YANG Config"; | ||
argument "value"; | ||
} | ||
} |