mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
ethmngr: linux: don't exclude 2500 from maxspeed candidates
This commit is contained in:
parent
f8c2a15174
commit
10a022c0ae
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ get_max_port_speed() {
|
|||
fi
|
||||
|
||||
local ifname="$1"
|
||||
local phycap="$(ethtool $ifname | grep -A 10 "Supported link modes" | grep 000 | tail -n 1 | awk '{print$NF}')"
|
||||
local phycap="$(ethtool $ifname | grep -A 10 "Supported link modes" | grep 00 | tail -n 1 | awk '{print$NF}')"
|
||||
local speed=1000
|
||||
|
||||
case "$phycap" in
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue