svn commit: r275361 - head/sbin/ifconfig

Dag-Erling Smørgrav des at FreeBSD.org
Mon Dec 1 12:59:17 UTC 2014


Author: des
Date: Mon Dec  1 12:59:16 2014
New Revision: 275361
URL: https://svnweb.freebsd.org/changeset/base/275361

Log:
  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

Modified:
  head/sbin/ifconfig/Makefile

Modified: head/sbin/ifconfig/Makefile
==============================================================================
--- head/sbin/ifconfig/Makefile	Mon Dec  1 12:29:59 2014	(r275360)
+++ head/sbin/ifconfig/Makefile	Mon Dec  1 12:59:16 2014	(r275361)
@@ -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
 


More information about the svn-src-all mailing list