We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66b916f + ea4ce3e commit 7d01387Copy full SHA for 7d01387
netmiko/adtran/adtran.py
@@ -46,7 +46,7 @@ def enable(
46
47
# Search for trailing prompt or password pattern
48
output += self.read_until_prompt_or_pattern(
49
- pattern=pattern, re_flags=re_flags
+ pattern=pattern, re_flags=re_flags, read_entire_line=True
50
)
51
52
# Send the "secret" in response to password pattern
netmiko/base_connection.py
@@ -2051,7 +2051,7 @@ def enable(
2051
2052
2053
2054
2055
2056
2057
0 commit comments