|
|
@ -42,7 +42,8 @@ class TerminalModule(TerminalBase):
|
|
|
|
re.compile(br"invalid input", re.I),
|
|
|
|
re.compile(br"invalid input", re.I),
|
|
|
|
re.compile(br"(?:incomplete|ambiguous) command", re.I),
|
|
|
|
re.compile(br"(?:incomplete|ambiguous) command", re.I),
|
|
|
|
re.compile(br"connection timed out", re.I),
|
|
|
|
re.compile(br"connection timed out", re.I),
|
|
|
|
re.compile(br"[^\r\n]+ not found", re.I),
|
|
|
|
# Strings like this regarding VLANs are not errors
|
|
|
|
|
|
|
|
re.compile(br"[^\r\n]+ not found(?! in current VLAN)", re.I),
|
|
|
|
re.compile(br"'[^']' +returned error code: ?\d+"),
|
|
|
|
re.compile(br"'[^']' +returned error code: ?\d+"),
|
|
|
|
re.compile(br"[^\r\n]\/bin\/(?:ba)?sh"),
|
|
|
|
re.compile(br"[^\r\n]\/bin\/(?:ba)?sh"),
|
|
|
|
re.compile(br"% More than \d+ OSPF instance", re.I),
|
|
|
|
re.compile(br"% More than \d+ OSPF instance", re.I),
|
|
|
|