1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/plugins/netconf
Ganesh Nalawade ac07c6b5e6
Fix netconf plugin dispatch response (#54326)
Fixes #53236

*  If dispatch() rpc response has data element
   return the xml string from `<data>` element
   else return the complete xml string from
   `<rpc-reply>`.
2019-03-26 10:23:26 +05:30
..
__init__.py Fix netconf plugin dispatch response (#54326) 2019-03-26 10:23:26 +05:30
ce.py Fix connect_timeout config varaible in netconf connection (#51055) 2019-01-21 12:21:09 +05:30
default.py Add netconf_get module (#39869) 2018-05-17 17:38:12 +05:30
iosxr.py Fix connect_timeout config varaible in netconf connection (#51055) 2019-01-21 12:21:09 +05:30
junos.py Fix connect_timeout config varaible in netconf connection (#51055) 2019-01-21 12:21:09 +05:30
sros.py Fix connect_timeout config varaible in netconf connection (#51055) 2019-01-21 12:21:09 +05:30