Skip to content

Release-v0.1.0

Compare
Choose a tag to compare
@h4ndzdatm0ld h4ndzdatm0ld released this 10 Sep 20:01
· 79 commits to master since this release
9311374

[0.1.0] - 2020-09-10

Added

  • netconf_capabilities - Return server capabilities from target
  • netconf_get - Returns state data based on the supplied xpath
  • netconf_get_config - Returns configuration from specified configuration store (default="running")
  • netconf_edit_config - Edits configuration on specified datastore (default="running")
  • netconf_lock - Locks or Unlocks a specified datastore (default="lock")
  • netconf_commit - Commits a change
  • readme
  • Integration tests