Merge pull request #389 from clicon/issue#384
Issue#384: with-defaults basic-mode is not honored on get-config
This commit is contained in:
commit
29eb22d47c
18 changed files with 142 additions and 62 deletions
|
|
@ -133,9 +133,9 @@ typedef enum framing_type netconf_framing_type;
|
|||
* @see RFC 6243
|
||||
*/
|
||||
enum withdefaults_type{
|
||||
WITHDEFAULTS_REPORT_ALL = 0, /* default */
|
||||
WITHDEFAULTS_REPORT_ALL = 0, /* default behavior: <= Clixon 6.0 */
|
||||
WITHDEFAULTS_TRIM,
|
||||
WITHDEFAULTS_EXPLICIT,
|
||||
WITHDEFAULTS_EXPLICIT, /* default behavior: > Clixon 6.0 */
|
||||
WITHDEFAULTS_REPORT_ALL_TAGGED
|
||||
};
|
||||
typedef enum withdefaults_type withdefaults_type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue