community.general/lib/ansible/modules/network/vyos
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
..
__init__.py initial commit of vyos_command module 2016-12-08 11:24:44 -05:00
vyos_banner.py Add missing extends_documentation_fragment (#35013) 2018-01-17 16:31:53 -05:00
vyos_command.py Remove deprecated get_exception API 2018-02-05 23:39:56 -05:00
vyos_config.py vyos_config IndexError in sanitize_config (#36375) 2018-02-20 18:29:34 +05:30
vyos_facts.py Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
vyos_interface.py Add missing extends_documentation_fragment (#35013) 2018-01-17 16:31:53 -05:00
vyos_l3_interface.py adding support for loopback interface (#36141) 2018-02-14 13:01:48 +05:30
vyos_linkagg.py Add missing extends_documentation_fragment (#35013) 2018-01-17 16:31:53 -05:00
vyos_lldp.py Add missing extends_documentation_fragment (#35013) 2018-01-17 16:31:53 -05:00
vyos_lldp_interface.py Add missing extends_documentation_fragment (#35013) 2018-01-17 16:31:53 -05:00
vyos_logging.py Add missing extends_documentation_fragment (#35013) 2018-01-17 16:31:53 -05:00
vyos_static_route.py Add missing extends_documentation_fragment (#35013) 2018-01-17 16:31:53 -05:00
vyos_system.py Fix more docs vs argspec (#36048) 2018-02-12 17:42:25 +00:00
vyos_user.py Add missing extends_documentation_fragment (#35013) 2018-01-17 16:31:53 -05:00
vyos_vlan.py Add missing extends_documentation_fragment (#35013) 2018-01-17 16:31:53 -05:00