Added basic rfc8527 support
Added basic rfc8527 support, but without support for: * ds:operational * with-origin * clixon/test/test_rfc8527_*.sh The current level of rfc8527 support is intended to allow commit operations on the 'candidate' datastore without rewriting the 'startup' datastore.
This commit is contained in:
parent
a1f54d71ac
commit
cd45f277ef
9 changed files with 152 additions and 47 deletions
|
|
@ -42,6 +42,7 @@
|
|||
* Constants
|
||||
*/
|
||||
#define RESTCONF_API "restconf"
|
||||
#define IETF_YANG_LIBRARY_REVISION "2019-01-04"
|
||||
|
||||
/* RESTCONF enables deployments to specify where the RESTCONF API is
|
||||
located. The client discovers this by getting the "/.well-known/host-meta"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue