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 1bf1af8dde 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

(cherry picked from commit 88b966e23b)
8 years ago
..
__init__.py New ansible module netconf_rpc (#40358) 8 years ago
default.py Add netconf_get module (#39869) 8 years ago
iosxr.py Add netconf_get module (#39869) 8 years ago
junos.py Fix junos_config confirm commit issue (#41527) 8 years ago
sros.py Add NETCONF support for SROS devices (#40330) 8 years ago