Conditional compilation to support report-all default retrieval
This commit is contained in:
parent
979d5d9ca2
commit
e8048fa434
2 changed files with 10 additions and 3 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