Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 2009 21:18:21 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r193956 - head/sys/conf
Message-ID:  <200906102118.n5ALILM8026384@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bz
Date: Wed Jun 10 21:18:21 2009
New Revision: 193956
URL: http://svn.freebsd.org/changeset/base/193956

Log:
  if_gre.c insists on INET:
  	#error "Huh? if_gre without inet?"
  According to my reading we still only support encapsulating datagrams
  into IPv4 and not IPv6 so there is no optional | gre inet6 yet.

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Wed Jun 10 21:16:39 2009	(r193955)
+++ head/sys/conf/files	Wed Jun 10 21:18:21 2009	(r193956)
@@ -2199,7 +2199,7 @@ net/if_faith.c			optional faith
 net/if_fddisubr.c		optional fddi
 net/if_fwsubr.c			optional fwip
 net/if_gif.c			optional gif
-net/if_gre.c			optional gre
+net/if_gre.c			optional gre inet
 net/if_iso88025subr.c		optional token
 net/if_lagg.c			optional lagg
 net/if_loop.c			optional loop



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