mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-17 06:11:30 +00:00
Fix eos terminal plugin (#49920)
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
This commit is contained in:
committed by
GitHub
parent
418c705196
commit
e009eff925
@@ -45,7 +45,7 @@ class TerminalModule(TerminalBase):
|
||||
# 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"[^\r\n]\/bin\/(?:ba)?sh"),
|
||||
re.compile(br"[^\r\n](?<! shell )\/bin\/(?:ba)?sh"),
|
||||
re.compile(br"% More than \d+ OSPF instance", re.I),
|
||||
re.compile(br"% Subnet [0-9a-f.:/]+ overlaps", re.I),
|
||||
re.compile(br"Maximum number of pending sessions has been reached"),
|
||||
|
||||
Reference in New Issue
Block a user