-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with nxos #191
Comments
Is there any release scheduled this week? |
I suppose that the same problem will appear for any telnet server, which can use binary telnet transmittion (RFC 856), because the TRANSMIT-BINARY equal 0 (zero). |
There are some versions of Nexus switches that have a null byte in their prompt - '\x00' and hence doesn't match the prompt re even though the driver was set to
nxos
.The text was updated successfully, but these errors were encountered: