From 36df05a7958e9444100b42efca85ba1ccea539b6 Mon Sep 17 00:00:00 2001 From: Alexander Bluhm Date: Sun, 3 Nov 2024 11:39:25 +0100 Subject: [PATCH] Add vxlan to net pseudo interfaces. --- net.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net.pl b/net.pl index c16e58c..9a4bae1 100755 --- a/net.pl +++ b/net.pl @@ -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);