YANG schema mount, added configure option --enable-yang-schema-mount
This commit is contained in:
parent
034ab632f1
commit
91034e5361
11 changed files with 60 additions and 17 deletions
|
|
@ -21,6 +21,9 @@
|
|||
/* Enable YANG patch, RFC 8072 */
|
||||
#undef CLIXON_YANG_PATCH
|
||||
|
||||
/* Enable YANG schema mount, RFC 8528 */
|
||||
#undef CLIXON_YANG_SCHEMA_MOUNT
|
||||
|
||||
/* Define to 1 if you have the `alphasort' function. */
|
||||
#undef HAVE_ALPHASORT
|
||||
|
||||
|
|
|
|||
|
|
@ -191,9 +191,3 @@
|
|||
* To keep the previous behavior (as in 6.0) set this option with #define
|
||||
*/
|
||||
#undef NETCONF_DEFAULT_RETRIEVAL_REPORT_ALL
|
||||
|
||||
/*! RFC 8528 YANG schema mount
|
||||
* Experimental
|
||||
* See also test/test_yang_schema_mount.sh
|
||||
*/
|
||||
#undef YANG_SCHEMA_MOUNT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue