community.general/lib/ansible/module_utils/network
Ganesh Nalawade 829fc0feda
Fix iosxr netconf plugin response namespace (#49238)
* Fix iosxr netconf plugin response namespace

*  iosxr netconf plugin removes namespace by default
   for all the responses as parsing of xml is easier
   without namepsace in iosxr module. However to validate
   the response received from device against yang model requires
   namespace to be present in resposne.
*  Add a parameter in iosxr netconf plugin to control if namespace
   should be removed from response or not.

* Fix CI issues

* Fix review comment
2018-11-29 13:21:41 +05:30
..
a10
aci Various small fixes to MSC modules and tests (#48417) 2018-11-13 09:01:45 +01:00
aireos Revert "Fixes #35622 (#41522)" (#41805) 2018-06-21 14:52:35 -04:00
aos Enable additional pylint rules and resolve issues found. (#47221) 2018-10-18 13:38:08 -07:00
aruba Aruba indenting (#33884) 2017-12-14 14:37:34 +05:30
asa
avi Updated Avi Modules with new features and documentation update. (#34206) 2017-12-24 08:15:23 +00:00
bigswitch
cloudengine Add cli and netconf ability from ansible itself for cloudengine ce modules (#41357) 2018-06-14 09:38:27 +05:30
cnos Lenovo finetune modules (#46623) 2018-10-11 09:49:49 -04:00
common Move network utils that are used by AWS modules (#45579) 2018-10-02 15:08:00 -04:00
dellos6 Fixes #41549 (#41551) 2018-07-20 09:19:20 -07:00
dellos9 Ansible 2.5 feature support for dellos9 (#34880) 2018-01-23 13:59:27 +00:00
dellos10 Added support for new Ansible Infra (network_cli plugin, cliconf, module utils cleanup and test) for dellos10 Support t (#34915) 2018-01-25 12:37:27 +00:00
edgeos Add missing ConnectionError imports (#45879) 2018-09-20 12:01:01 +10:00
edgeswitch edgeswitch_facts (#47618) 2018-11-02 18:50:11 +05:30
enos Changing Lenovo Inc to Lenovo and update License file to be consistent. (#36155) 2018-02-14 10:44:05 +00:00
eos There are other instances of transform being used... update them as well (#45663) 2018-09-17 08:42:20 -04:00
exos Adding exos_command cli_conf module (#37775) 2018-04-23 23:23:09 +05:30
f5 Removes commented out code (#48902) 2018-11-19 13:51:12 -08:00
fortimanager Fortinet FortiManager Scripting Module (#34518) 2018-01-26 18:40:12 +00:00
fortios
ftd FTD modules: upsert functionality and bug fixes (#47747) 2018-11-16 11:55:36 +05:30
ingate Refactor ingate module_utils (#47959) 2018-11-13 17:42:53 +05:30
ios Add support for 25G and 100G interfaces (#47852) 2018-10-31 19:09:53 +05:30
iosxr Fix iosxr netconf plugin response namespace (#49238) 2018-11-29 13:21:41 +05:30
ironware
junos Misc typo fixes (#47699) 2018-10-28 12:35:30 +05:30
meraki Meraki utility - construct_path() now supports custom keys (#42286) 2018-07-14 02:26:37 +02:00
netconf Fix netconf module_utils dict changed size issue (#46778) 2018-10-11 00:01:17 +05:30
netscaler
nos new nos_command module (#43056) 2018-08-10 13:50:02 -07:00
nso updated .decode('utf-8') to to_text() 2018-11-19 13:34:04 -05:00
nxos Fix issues with nxos_os_install module (#48811) 2018-11-20 10:14:15 +05:30
onyx Add support for global IGMP configuration on onyx switches (#42164) 2018-07-18 12:20:21 -04:00
ordnance Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
panos Adding connector for network/panos modules (#46142) 2018-09-27 17:36:42 -04:00
routeros Add missing ConnectionError imports (#45879) 2018-09-20 12:01:01 +10:00
slxos Extreme Networks SLXOS Config Module (#38607) 2018-04-20 08:52:20 +01:00
sros Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
voss New voss_config module (#47533) 2018-11-01 14:07:41 +05:30
vyos Handle ConnectionError exception in network modules (#43353) 2018-07-30 10:24:58 +05:30
__init__.py