d60cc7dfaa
Management port currently broken for Edgecore AS4630-54PE platform due to NIC hardware numbering. Created new PR with typo from Edgecore in original PR fixed. Here is a link to the old PR that has broken logic: #9560
4 lines
267 B
Plaintext
4 lines
267 B
Plaintext
ACTION=="add", SUBSYSTEM=="net", DRIVERS=="ixgbe", KERNELS=="0000:08:00.0", NAME:="eth0"
|
|
ACTION=="add", SUBSYSTEM=="net", DRIVERS=="ixgbe", KERNELS=="0000:06:00.1", NAME:="eth1"
|
|
ACTION=="add", SUBSYSTEM=="net", DRIVERS=="ixgbe", KERNELS=="0000:06:00.0", NAME:="eth3"
|