You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/plugins/netconf
Ganesh Nalawade 88b966e23b
Fix junos_config confirm commit issue (#41527)
* Fix junos_config confirm commit issue

Fixes #40626

* Due to issue in ncclient commit() method for Juniper
  device (ncclient/ncclient#238)
  add a workaround in junos netconf plugin to generate proper
  commit-configuration xml and execute it using ncclient
  generic `rpc()` method.

* Update junos_config doc
6 years ago
..
__init__.py New ansible module netconf_rpc (#40358) 6 years ago
ce.py Add cli and netconf ability from ansible itself for cloudengine ce modules (#41357) 6 years ago
default.py Add netconf_get module (#39869) 6 years ago
iosxr.py Netconf bytes fixes (#41607) 6 years ago
junos.py Fix junos_config confirm commit issue (#41527) 6 years ago
sros.py Add NETCONF support for SROS devices (#40330) 6 years ago