community.general/lib/ansible/modules/network
Deepak Agrawal 0bbea9a579
vyos_config IndexError in sanitize_config (#36375)
* Bug in del(list) logic. Say you have a list of 4 elements a[0-3]
and you have to remove index 1 and 3, if you remove index 1 first
then list is cut short a[0-2] and does not have index 3

Fix: Remove indexes in reverse sorted order e.g. 3 and 1 in above
example so that order of indexes remain preserved even after deleting

fix is to remove indexes in reverse sorted order

* Add test cases for failed case
2018-02-20 18:29:34 +05:30
..
a10
aci ACI: Add missing examples to module docs (#36417) 2018-02-20 03:27:17 +01:00
aireos
aos Depreciate aos (#36029) 2018-02-16 18:26:07 +00:00
aruba Add examples and language to better showcase the 'parents' parameter in multiple network modules (#34486) 2018-02-09 13:31:37 +00:00
asa Add examples and language to better showcase the 'parents' parameter in multiple network modules (#34486) 2018-02-09 13:31:37 +00:00
avi
bigswitch
citrix Module deprecation: docs, scheme and tests (#34100) 2018-01-30 12:23:52 +00:00
cloudengine Add examples and language to better showcase the 'parents' parameter in multiple network modules (#34486) 2018-02-09 13:31:37 +00:00
cloudvision
cnos
cumulus Module deprecation: docs, scheme and tests (#34100) 2018-01-30 12:23:52 +00:00
dellos6 Add examples and language to better showcase the 'parents' parameter in multiple network modules (#34486) 2018-02-09 13:31:37 +00:00
dellos9 Add examples and language to better showcase the 'parents' parameter in multiple network modules (#34486) 2018-02-09 13:31:37 +00:00
dellos10 Add examples and language to better showcase the 'parents' parameter in multiple network modules (#34486) 2018-02-09 13:31:37 +00:00
edgeos Add unit tests for edgeos_command (#35861) 2018-02-14 09:27:03 -05:00
enos Changing Lenovo Inc to Lenovo and update License file to be consistent. (#36155) 2018-02-14 10:44:05 +00:00
eos eos_vlan: Modified logic to allow for more than 6 interfaces to be assigned to … (#35568) 2018-02-19 11:22:41 +01:00
f5
fortimanager Fortinet FortiManager Scripting Module (#34518) 2018-01-26 18:40:12 +00:00
fortios Remove deprecated get_exception API 2018-02-05 23:39:56 -05:00
illumos
interface
ios Update ios_ping.py to allow for count > 70. (#36142) 2018-02-15 12:07:29 -05:00
iosxr Fix more docs vs argspec (#36048) 2018-02-12 17:42:25 +00:00
ironware
junos Remove potentially confusing `provider` from module documentation (#35851) 2018-02-07 16:33:11 -05:00
layer2
layer3
netact Netact cm command2 (#34873) 2018-01-30 19:00:29 +00:00
netconf
netscaler Netscaler various fixes (#34800) 2018-02-06 19:11:44 +00:00
netvisor
nso
nuage Updating URL to Nuage Python VSPK documentation (#36213) 2018-02-15 11:45:25 +05:30
nxos fix nxos_bgp_neighbor issues (#36318) 2018-02-20 10:08:17 +05:30
onyx
ordnance Add examples and language to better showcase the 'parents' parameter in multiple network modules (#34486) 2018-02-09 13:31:37 +00:00
ovs
panos new panos_match_rule module (#35202) 2018-02-06 19:57:19 +00:00
protocol
radware
routing provide detailed description of module (#36107) 2018-02-13 14:00:48 +00:00
sros Add examples and language to better showcase the 'parents' parameter in multiple network modules (#34486) 2018-02-09 13:31:37 +00:00
system Remove potentially confusing `provider` from module documentation (#35851) 2018-02-07 16:33:11 -05:00
vyos vyos_config IndexError in sanitize_config (#36375) 2018-02-20 18:29:34 +05:30
__init__.py