summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/terminal/iosxr.py
Commit message (Expand)AuthorAgeFilesLines
* Migrated to cisco.iosxrAnsible Core Team2020-03-091-52/+0
* Remove unused json import for iosxr terminal (#65879)Paul Belanger2019-12-161-1/+0
* fix regex in plugins/terminal/iosxr.py (#54817)liviozanol2019-09-111-1/+1
* ignore connection timeout out within parenthesis (#48413)Deepak Agrawal2018-12-141-1/+1
* fix Python 2.6 regex bug terminal plugin nxos, iosxr (#45135)Trishna Guha2018-09-041-1/+1
* Fix ios and iosxr terminal prompt regex (#39063)Ganesh Nalawade2018-04-201-1/+1
* Fix terminal prompt re in ios and iosxr to match newline (#34585)bdowling2018-01-241-2/+1
* IOS XR cli tests move to network_cli (#34007)Nathaniel Case2017-12-201-0/+1
* Adding stderr regex catch for iosxr commit failures. Adding error handling af...James Mighion2017-07-061-0/+1
* Add iosxr changes for Python3 (#24605)Ganesh Nalawade2017-05-171-11/+12
* Set terminal width for network *_command modules to avoid paging (#23728)Trishna Guha2017-04-251-1/+1
* clean up of terminal plugins (#21549)Peter Sprygada2017-02-171-6/+3
* removes network os guess static method (#19467)Peter Sprygada2016-12-191-9/+2
* adds feature to try to auto determine network_os (#18674)Peter Sprygada2016-11-301-0/+6
* adds two new plugins that use ansible-connection for persistence (#18572)Peter Sprygada2016-11-281-0/+55