Added new clixon-lib yang module for internal netconf protocol. Currently only extends the standard with a debug RPC.

This commit is contained in:
Olof hagsand 2019-01-02 22:50:03 +01:00
parent 11479f7ec3
commit 7a8f242a09
14 changed files with 362 additions and 32 deletions

View file

@ -1,6 +1,6 @@
module clixon-config {
yang-version 1.1;
namespace "http://clicon.org";
namespace "http://clicon.org/config";
prefix cc;
organization
@ -455,12 +455,4 @@ module clixon-config {
}
}
rpc debug {
description "Set debug level of backend.";
input {
leaf level {
type uint32;
}
}
}
}