Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Dec 2014 12:59:16 +0000 (UTC)
From:      Dag-Erling Smørgrav <des@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r275361 - head/sbin/ifconfig
Message-ID:  <201412011259.sB1CxGcp025813@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412011259.sB1CxGcp025813>