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 b351b91 + 2734a59 commit c074c99Copy full SHA for c074c99
1 file changed
networking_generic_switch/devices/netmiko_devices/dell.py
@@ -198,4 +198,5 @@ def on_invalid_switchmode():
198
re.compile(r'VLAN was not created by user'),
199
re.compile(r'Configuration Database locked by another application \- '
200
r'try later'),
201
+ re.compile(r'Port is not in Layer-2 mode'),
202
)
0 commit comments