Skip to content

Commit

Permalink
Aggr does not work, disable it in netlink usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluhm committed Dec 27, 2023
1 parent b08400c commit 0aa3d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlink.pl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

my @allifaces = qw(none em igc ix ixl bnxt);
my @allmodifymodes = qw(none nolro nopf notso);
my @allpseudos = qw(none aggr bridge veb vlan);
my @allpseudos = qw(none bridge veb vlan);
my @alltestmodes = sort qw(all fragment icmp tcp udp splice);

my %opts;
Expand Down

0 comments on commit 0aa3d5d

Please sign in to comment.