Revert with-defaults option,
Added clarifying NETCONF_DEFAULT_RETRIEVAL_REPORT_ALL compile-time option instead
This commit is contained in:
parent
6baa904039
commit
571e26e0d6
2 changed files with 28 additions and 11 deletions
|
|
@ -49,7 +49,7 @@ module clixon-config {
|
|||
revision 2022-12-01 {
|
||||
description
|
||||
"Added option:
|
||||
CLICON_NETCONF_WITHDEFAULTS_REPORTALL
|
||||
<nothing yet>
|
||||
Released in Clixon 6.1";
|
||||
}
|
||||
revision 2022-11-01 {
|
||||
|
|
@ -550,16 +550,6 @@ module clixon-config {
|
|||
RFC6242 for example.
|
||||
This only applies to the external NETCONF";
|
||||
}
|
||||
leaf CLICON_NETCONF_WITHDEFAULTS_REPORTALL{
|
||||
type boolean;
|
||||
default "false";
|
||||
description
|
||||
"This option controls the basic mode retrieval defined in:
|
||||
RFC 6243: With-defaults Capability for NETCONF
|
||||
NETCONF with-defaults basic mode retrieval is set as follows:
|
||||
If false, set to explicit (this is default)
|
||||
If true, set to report-all (this is backward-compatible)";
|
||||
}
|
||||
leaf CLICON_RESTCONF_API_ROOT {
|
||||
type string;
|
||||
default "/restconf";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue