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-commit
andvalidate
operations, - The
kill-session
operation, - Proper support for capabilities,
- Additional informations in the
<rpc-error>
response:error-app-tag
,error-path
anderror-message
, - Also note that the included parser does not handle
rpc-reply
andrpc-error
responses as those are not needed on the server side, - Other things.