Skip to content

Commit c074c99

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Configuration error handling for non-Layer-2 ports"
2 parents b351b91 + 2734a59 commit c074c99

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • networking_generic_switch/devices/netmiko_devices

networking_generic_switch/devices/netmiko_devices/dell.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,5 @@ def on_invalid_switchmode():
198198
re.compile(r'VLAN was not created by user'),
199199
re.compile(r'Configuration Database locked by another application \- '
200200
r'try later'),
201+
re.compile(r'Port is not in Layer-2 mode'),
201202
)

0 commit comments

Comments
 (0)