community.general/lib/ansible/plugins/terminal
Nilashish Chakraborty beb2af83c1
frr: Add terminal and cliconf plugins (#51169)
* Added terminal plugin for FRR

Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>

* Added cliconf plugin for FRR

Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>

* Added cliconf plugin for FRR

Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>

* Override required methods

Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>

* Fix pep8 issues

Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>

* Add get_supported_protocols and minor error regex fix

Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>

* Remove unused imports

Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>

* Fix review comments

Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>

* Add get_diff and run_commands

Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>

* Set output to empty list

Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>

* Fix CI errors

Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
2019-02-01 17:56:31 +05:30
..
__init__.py
aireos.py added in method to handle new and old login methods (#47170) 2018-10-23 13:19:31 -04:00
aruba.py
asa.py Fix regex on ASA password prompt (#49438) 2018-12-03 13:00:28 +00:00
bigip.py
ce.py fixing bytes <-> str regexp issue in cloudengine (#45285) 2018-09-12 09:59:42 -04:00
cnos.py
dellos6.py Added a bytes cast when checking for terminal response (#48427) 2018-11-14 11:54:33 -05:00
dellos9.py Fixes handling of terminal_initial_prompt on dellos6 and dellos9 devices (#45273) 2018-09-12 19:28:32 +05:30
dellos10.py
edgeos.py
edgeswitch.py edgeswitch_facts (#47618) 2018-11-02 18:50:11 +05:30
enos.py
eos.py Fix eos terminal plugin (#49920) 2018-12-20 14:13:18 +05:30
exos.py
frr.py frr: Add terminal and cliconf plugins (#51169) 2019-02-01 17:56:31 +05:30
ios.py Don't fail on unable to set terminal width on ios (#47290) 2018-12-11 15:09:00 -05:00
iosxr.py ignore connection timeout out within parenthesis (#48413) 2018-12-14 11:22:10 +05:30
ironware.py Fix stray string in network_cli (#51142) 2019-01-22 09:07:04 -05:00
junos.py Fix junos terminal error regex (#50538) 2019-01-04 17:38:07 +05:30
nos.py
nxos.py add privileged role validation for nxos become (#50312) 2019-01-04 16:29:36 +05:30
onyx.py
routeros.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
slxos.py
sros.py
voss.py
vyos.py