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