2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 17:43:14 +00:00

Fix wrong port name for G8332

Was using the incorrect half of the return, which broke on G8332.
This commit is contained in:
Jarrod Johnson 2018-05-22 09:34:02 -04:00
parent ff2bc89fae
commit 33fe0a3db4

View File

@ -88,7 +88,7 @@ _chassisidbyswitch = {}
def lenovoname(idx, desc):
if desc.isdigit():
return 'Ethernet' + str(idx)
return 'Ethernet' + str(desc)
return desc
nameoverrides = [