enetconf is a NETCONF 1.0/1.1 server implemented in Erlang.
Current implementation doesn't support the following features of NETCONF:
- Transport protocols other then SSH: TLS, BEEP and SOAP,
- The
commit,discard-changes,cancel-commitandvalidateoperations, - The
kill-sessionoperation, - Proper support for capabilities,
- Additional informations in the
<rpc-error>response:error-app-tag,error-pathanderror-message, - Also note that the included parser does not handle
rpc-replyandrpc-errorresponses as those are not needed on the server side, - Other things.