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:
Olof Hagsand 2022-12-20 14:03:39 +01:00 committed by GitHub
commit 29eb22d47c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 142 additions and 62 deletions

View file

@ -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;