Skip to content

Commit

Permalink
Add vxlan to net pseudo interfaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluhm committed Nov 3, 2024
1 parent 5fefab2 commit 36df05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net.pl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

my @allifaces = qw(bge bnxt em igc ix ixl re vio vmx);
my @allmodifymodes = qw(none jumbo nolro nopf notso);
my @allpseudos = qw(none bridge carp gif gif6 gre veb vlan wg);
my @allpseudos = qw(none bridge carp gif gif6 gre veb vlan vxlan wg);
my @allsetupmodes = (qw(build install upgrade sysupgrade keep kernel reboot
tools), "cvs,build", "cvs,kernel");
my @alltestmodes = qw(all icmp tcp udp splice);
Expand Down

0 comments on commit 36df05a

Please sign in to comment.