fix: adds prefix length error to eos cli plugin (#61747)

pull/62417/head
Alex White-Robinson 5 years ago committed by Nathaniel Case
parent 483e76ee58
commit 6fa8abf162

@ -49,6 +49,7 @@ class TerminalModule(TerminalBase):
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"),
re.compile(br"% Prefix length must be less than"),
]
def on_open_shell(self):

Loading…
Cancel
Save