ethmngr: Fix number of ports for Broadcom runner platforms.

This commit is contained in:
Markus Gothe 2023-02-03 04:37:39 +00:00 committed by Rahul Thakur
parent 09211031ac
commit e82b011f20

View file

@ -24,7 +24,7 @@ get_max_port_speed() {
# arg1: port name, ex: eth0
get_port_number() {
[ -z "$1" ] && return
local ports="0 1 2 3 4 5 6 7"
local ports="0 1 2 3 4 5 6 7 8"
local units="0 1"
local port="$1"
local ifname