clicon / clixon

YANG-based toolchain including NETCONF and RESTCONF interfaces and an interactive CLI
http://www.clicon.org/
Other
215 stars 72 forks source link

Netconf Confirmed Commit Capability #255

Closed olofhagsand closed 1 year ago

olofhagsand commented 3 years ago

Implement Netconf Confirmed Commit Capability according to RFC 6241

The current code only has a placeholder for the cancel-commit operation in backend_client.c, nothing else is implemented, except for the generic mechanism given by ietf-netconf@2011-06-01.yang

Some comments/hints:

olofhagsand commented 2 years ago

FIxed privileges drop and check running lock completes all unknown issues. Thanks @pheller for the major part.