Add support for validating <candidate/> datastore as defined in:
https://tools.ietf.org/html/rfc4741#section-8.6
Positive Response: If the device was able to satisfy the request, an <rpc-reply> is sent that contains an <ok> element. Negative Response: An <rpc-error> element is included in the <rpc-reply> if the request cannot be completed for any reason. A validate operation can fail for any of the following reasons: + Syntax errors + Missing parameters + References to undefined configuration data
Example:
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"> <validate> <source> <candidate/> </source> </validate> </rpc>
- is blocked by
-
HONEYCOMB-433 Bump ODL dependencies to Fluorine
-
- Complete
-
-
NETCONF-536 Loading...
- relates to
-
HC2VPP-343 Validation support for ACL module
-
- Done
-
-
HONEYCOMB-298 Check if leafref points to existing data
-
- Blocked
-
- links to