mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Disable the vxlan code until the people reponsible for it can come up with
new command names that don't conflict with existing commands. Pointy hat to: bryanv
This commit is contained in:
parent
cd06771f0c
commit
5d083d287b
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ SRCS+= ifmac.c # MAC support
|
|||
SRCS+= ifmedia.c # SIOC[GS]IFMEDIA support
|
||||
SRCS+= iffib.c # non-default FIB support
|
||||
SRCS+= ifvlan.c # SIOC[GS]ETVLAN support
|
||||
SRCS+= ifvxlan.c # VXLAN support
|
||||
#SRCS+= ifvxlan.c # VXLAN support
|
||||
SRCS+= ifgre.c # GRE keys etc
|
||||
SRCS+= ifgif.c # GIF reversed header workaround
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue