summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils/netcli.py
Commit message (Expand)AuthorAgeFilesLines
* Hopefully clear up some junos issues. (#17616)Nathaniel Case2016-12-151-1/+1
* adds new exception for adding condition statements to Conditional (#17859)Peter Sprygada2016-10-021-1/+12
* adds better error handling when conditional fails (#17839)Peter Sprygada2016-09-301-1/+1
* fixes conditional processing with junos and xml data structures (#17801)Peter Sprygada2016-09-281-6/+8
* raises ValueError exception if conditional is not parsable (#17788)Peter Sprygada2016-09-271-1/+6
* fixes issue where arguments for regexp search() where transposed (#17764)Peter Sprygada2016-09-261-1/+1
* fixes issue where netcli would cause exception with an invalid conditionalPeter Sprygada2016-09-191-1/+11
* Cleanup netcli (#17529)Nathaniel Case2016-09-121-6/+6
* Merge pull request #17425 from privateip/netcliPeter Sprygada2016-09-061-10/+3
|\
| * removes command caching on retrieve from netcliPeter Sprygada2016-09-061-10/+3
* | removes unneeded code from netcliPeter Sprygada2016-09-061-3/+0
|/
* Network module cleanup (#17334)Nathaniel Case2016-09-061-1/+0
* clean up method signatures in netcliPeter Sprygada2016-09-041-8/+8
* fixes issue with converting commands to an iterable was not being donePeter Sprygada2016-08-311-1/+1
* adds new property command_string to Command objectPeter Sprygada2016-08-251-2/+3
* Migrate basestring to a python3 compatible type (#17199)Toshio Kuratomi2016-08-231-1/+2
* rename netcmd module to netcliPeter Sprygada2016-08-201-0/+299