* Restconf with startup feature will now copy all edit changes to startup db (as it should according to RFC 8040)
* See [Restconf does not handle startup datastore according to the RFC](https://github.com/clicon/clixon/issues/74) * Netconf Startup feature is no longer hardcoded, you need to explicitly enable it (See RFC 6241, Section 8.7) * Enable in config file with: `<CLICON_FEATURE>ietf-netconf:startup</CLICON_FEATURE>`, or use `*:*`
This commit is contained in:
parent
161ef9c7b0
commit
6bf2a74e24
26 changed files with 270 additions and 128 deletions
|
|
@ -162,10 +162,12 @@ Clixon implements the following NETCONF proposals or standards:
|
|||
The following RFC6241 capabilities/features are hardcoded in Clixon:
|
||||
- :candidate (RFC6241 8.3)
|
||||
- :validate (RFC6241 8.6)
|
||||
- :startup (RFC6241 8.7)
|
||||
- :xpath (RFC6241 8.9)
|
||||
- :notification: (RFC5277)
|
||||
|
||||
The following features are optional and can be enabled by setting CLICON_FEATURE:
|
||||
- :startup (RFC6241 8.7)
|
||||
|
||||
Clixon does not support the following netconf features:
|
||||
|
||||
- :url capability
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue