Skip to content

Commit

Permalink
[sonic-extension.yang]: Adding sonic-extension.yang (#60)
Browse files Browse the repository at this point in the history
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.
27 changes: 27 additions & 0 deletions src/sonic-yang-mgmt/yang-models/sonic-extension.yang
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";
}
}

0 comments on commit 622ede9

Please sign in to comment.