Low-level message functions added descr argument for better logging C-API change
This commit is contained in:
parent
17b64f0bab
commit
9091582087
16 changed files with 397 additions and 236 deletions
|
|
@ -152,7 +152,7 @@ module clixon-autocli{
|
|||
}
|
||||
typedef yang-keywords {
|
||||
type bits {
|
||||
bit list;
|
||||
bit list;
|
||||
bit listall{ /* NYI */
|
||||
description
|
||||
"Variant of list encompassing all list entries, not just an instance";
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ module clixon-config {
|
|||
}
|
||||
import clixon-autocli {
|
||||
prefix autocli;
|
||||
}
|
||||
}
|
||||
import clixon-lib {
|
||||
prefix cl;
|
||||
}
|
||||
|
|
@ -236,7 +236,7 @@ module clixon-config {
|
|||
Renamed CLICON_XMLDB_CACHE to CLICON_DATASTORE_CACHE (changed type)
|
||||
Deleted: CLICON_XMLDB_PLUGIN, CLICON_USE_STARTUP_CONFIG";
|
||||
}
|
||||
revision 2019-03-05{
|
||||
revision 2019-03-05{
|
||||
description
|
||||
"Changed URN. Changed top-level symbol to clixon-config.
|
||||
Released in Clixon 3.10";
|
||||
|
|
@ -680,7 +680,7 @@ module clixon-config {
|
|||
Both feature clixon-restconf:http-data and restconf/enable-http-data
|
||||
must be enabled for this match to occur.";
|
||||
}
|
||||
leaf CLICON_HTTP_DATA_ROOT{
|
||||
leaf CLICON_HTTP_DATA_ROOT{
|
||||
if-feature "clrc:http-data";
|
||||
type string;
|
||||
default "/var/www";
|
||||
|
|
|
|||
|
|
@ -5,10 +5,10 @@ module clixon-lib {
|
|||
|
||||
import ietf-yang-types {
|
||||
prefix yang;
|
||||
}
|
||||
}
|
||||
import ietf-netconf-monitoring {
|
||||
prefix ncm;
|
||||
}
|
||||
}
|
||||
import ietf-yang-metadata {
|
||||
prefix "md";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue