mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-15 20:27:50 +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
a4fed0601c
commit
8b37199654
@ -88,7 +88,7 @@ _chassisidbyswitch = {}
|
||||
|
||||
def lenovoname(idx, desc):
|
||||
if desc.isdigit():
|
||||
return 'Ethernet' + str(idx)
|
||||
return 'Ethernet' + str(desc)
|
||||
return desc
|
||||
|
||||
nameoverrides = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user