summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils/network/common/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Migrated to ansible.netcommonAnsible Core Team2020-03-231-643/+0
* Fix tracebacks with search_obj_in_list (#67389)Nilashish Chakraborty2020-02-141-4/+6
* Clean up flake8 for ansible.netcommon collection (#65842)Paul Belanger2019-12-161-3/+3
* Object searching method should not traceback for non-existant keys (#65553)Nilashish Chakraborty2019-12-061-1/+1
* nxos_lacp: updated tests to handle platforms not supporting lacp system mac c...nkshrishail2019-11-101-1/+4
* Removed in 29 (#63680)Nathaniel Case2019-10-241-4/+2
* Revert "Remove top-level arguments from network modules (#62603)"Matt Clay2019-10-151-2/+4
* Remove top-level arguments from network modules (#62603)Nathaniel Case2019-10-151-4/+2
* Resource module for ios_l2_interfaces (#60344)Sumit Jaiswal2019-08-171-0/+7
* Add new module eos_interfaces (#59729)Nathaniel Case2019-08-131-0/+20
* Add network resource modules utils function (#58273)Ganesh Nalawade2019-06-291-4/+136
* Fix exception with load_provider function (#56959)Paul Belanger2019-05-281-1/+1
* Ensure 'authorize' is always bool, regardless of source (#56271)Nathaniel Case2019-05-101-0/+4
* Expose `newline` option to cli_command module (#55451)Nathaniel Case2019-05-071-0/+1
* restconf_config module (#51971)Nathaniel Case2019-03-041-1/+3
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-161-1/+1
* Fix in dict_merge to check for MappingGanesh B Nalawade2018-12-051-1/+2
* fixes an issue with dict_merge in network utils (#41107)Peter Sprygada2018-11-301-1/+4
* Move network utils that are used by AWS modules (#45579)Sloane Hertel2018-10-021-107/+9
* network command modules cleanup (#45242)Nathaniel Case2018-09-131-0/+21
* Infoblox ipv6 support feature (#39668)Sumit Jaiswal2018-05-151-0/+8
* fixes error in dict_merge when merging list value (#35461)Peter Sprygada2018-01-291-1/+5
* [cloud] ec2_group fix CIDR with host bits set - fixes #25403 (#29605)Sloane Hertel2017-12-201-0/+107
* Revert "Deprecate Entity, EntityCollection and use subspec in network modules...Ganesh Nalawade2017-12-131-20/+1
* Deprecate Entity, EntityCollection and use subspec in network modules (#33575)Ganesh Nalawade2017-12-111-1/+20
* Refactor common network shared and platform utils code into package (#33452)Ganesh Nalawade2017-12-031-0/+428