summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils/iosxr.py
Commit message (Expand)AuthorAgeFilesLines
* Update removed_in_version to 2.9 for network module top level cred args (#30416)Ganesh Nalawade2017-09-151-6/+6
* Fix unwanted deprecation message in network module args (#28984)Ganesh Nalawade2017-09-121-10/+12
* Fix dangerous default args. (#29839)Matt Clay2017-09-121-1/+3
* Move networking provider options to subspec (#28894)Nathaniel Case2017-09-011-8/+5
* Keep the diff even when running in check mode so we can tell if there is a di...James Mighion2017-08-071-1/+0
* Adding admin option for iosxr_config (#26509)James Mighion2017-07-101-2/+6
* Adding stderr regex catch for iosxr commit failures. Adding error handling af...James Mighion2017-07-061-1/+4
* Workaround to deprecation warning when password is used as arg for *_user (#...Trishna Guha2017-06-281-2/+6
* Platform agnostic net_system module (#24953)Ricardo Carrillo Cruz2017-06-021-0/+4
* Add iosxr changes for Python3 (#24605)Ganesh Nalawade2017-05-171-9/+12
* Redo #23418 (#23425)Nathaniel Case2017-04-071-1/+6
* Fixes #23388 Network provider masks too much (#23418)Chris Alfonso2017-04-071-1/+1
* fix iosxr commands to encode json (#23346)Peter Sprygada2017-04-061-0/+1
* Fall-back to show configuration on old IOSXR devices (#22900)Ricardo Carrillo Cruz2017-03-291-1/+8
* Idempotency fix for iosxr_config (#22365)Ricardo Carrillo Cruz2017-03-071-3/+15
* adds no_log to provider arg in iosxr shared lib (#21617)Peter Sprygada2017-02-181-1/+1
* Removes default kwarg in iosxr_argument_spec for timeout (#21569)Ricardo Carrillo Cruz2017-02-171-1/+1
* updates iosxr modules to support socket (#21231)Peter Sprygada2017-02-151-12/+29
* Refactor iosxr_config to make use of network_connection pluginRicardo Carrillo Cruz2017-01-241-2/+5
* Fix copyright and author lines for iosxr lib and iosxr_templateRicardo Carrillo Cruz2017-01-181-0/+1
* refactors iosxr shared module to use network_cli (#20132)Peter Sprygada2017-01-111-84/+57
* clean up iosxr shared modulePeter Sprygada2016-09-111-2/+3
* Network module cleanup (#17334)Nathaniel Case2016-09-061-13/+5
* fixes iosxr configure method to commit the changesPeter Sprygada2016-08-261-0/+3
* disable prompt timestamps upon successful connection to iosxrPeter Sprygada2016-08-261-1/+2
* add commit keyword arg to load_config methodPeter Sprygada2016-08-261-9/+12
* updates iosxr shared modulePeter Sprygada2016-08-241-23/+48
* Relicense low-hanging fruit to BSD (#17025)Nathaniel Case2016-08-101-13/+22
* Net mod ios (#16426)Nathaniel Case2016-07-071-127/+43
* Clarify exception handling in net modules (#15507)Nathaniel Case2016-04-251-20/+22
* Update IOS, IOSXR, JUNOS, & OpenSwitch for environment vars.Nathaniel Case2016-04-121-6/+7
* Fix network modules for ziploader changesNathaniel Case2016-04-061-4/+4
* ZiploaderToshio Kuratomi2016-04-051-0/+6
* enhancement to iosxr shared module to lazy connect to devicePeter Sprygada2016-04-041-2/+10
* feature to localize prompt search login to iosxr shared modulePeter Sprygada2016-04-041-3/+21
* minor bugfix that will catch connection errors in iosxrPeter Sprygada2016-02-171-1/+6
* add provider to iosxr shared modulePeter Sprygada2016-01-191-13/+14
* adds new iosxr shared module for developing modules that work with IOS XR dev...Peter Sprygada2016-01-081-0/+121