Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 661 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 661 Bytes

NETCONF for Erlang

enetconf is a NETCONF 1.0/1.1 server implemented in Erlang.

Unsupported features

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