From fad70a3ab13ad803feaf3fd5218390db031820b0 Mon Sep 17 00:00:00 2001 From: Alexander Bluhm Date: Tue, 23 Jan 2024 00:39:00 +0100 Subject: [PATCH] Sort interfaces by name, bnxt is first. --- net.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net.pl b/net.pl index ed902ae..96dc9a5 100755 --- a/net.pl +++ b/net.pl @@ -31,7 +31,7 @@ my $scriptname = "$0 @ARGV"; -my @allifaces = qw(em igc ix ixl bnxt); +my @allifaces = qw(bnxt em igc ix ixl); my @allmodifymodes = qw(none jumbo nolro nopf notso); my @allpseudos = qw(none bridge carp veb vlan); my @allsetupmodes = (qw(build install upgrade sysupgrade keep kernel reboot