summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2014-12-01 12:59:16 +0000
committerdes <des@FreeBSD.org>2014-12-01 12:59:16 +0000
commit02a2569d578e317945cd77d94efa6bd2eb6bb820 (patch)
treeb3cd2cd30d02cbcf7aae9abdcaed9757790190b4 /sbin/ifconfig
parentb57dabdefbfa95dbd83f1a420cca9013bd85820f (diff)
downloadFreeBSD-src-02a2569d578e317945cd77d94efa6bd2eb6bb820.zip
FreeBSD-src-02a2569d578e317945cd77d94efa6bd2eb6bb820.tar.gz
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
Diffstat (limited to 'sbin/ifconfig')
-rw-r--r--sbin/ifconfig/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ifconfig/Makefile b/sbin/ifconfig/Makefile
index 885f8a9..572c061 100644
--- a/sbin/ifconfig/Makefile
+++ b/sbin/ifconfig/Makefile
@@ -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
OpenPOWER on IntegriCloud