changes resolved

pull/58969/head
shashik 7 years ago
parent 6dd37e3c05
commit 2167be2f16

@ -6,13 +6,13 @@ __metaclass__ = type
DOCUMENTATION = """
---
author: Ansible Networking Team
author: Ruckus Wireless (@Commscope)
cliconf: icx
short_description: Use icx cliconf to run command on Cisco ICX platform
description:
- This icx plugin provides low level abstraction apis for
sending and receiving CLI commands from Ruckus ICX network devices.
version_added: "2.4"
version_added: "2.9"
"""

@ -79,4 +79,3 @@ class TerminalModule(TerminalBase):
elif prompt.endswith(b'#'):
self._exec_cli_command(b'exit')

Loading…
Cancel
Save