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:
parent
ff2bc89fae
commit
33fe0a3db4
@ -88,7 +88,7 @@ _chassisidbyswitch = {}
|
||||
|
||||
def lenovoname(idx, desc):
|
||||
if desc.isdigit():
|
||||
return 'Ethernet' + str(idx)
|
||||
return 'Ethernet' + str(desc)
|
||||
return desc
|
||||
|
||||
nameoverrides = [
|
||||
|
Loading…
Reference in New Issue
Block a user