svn commit: r193956 - head/sys/conf

Bjoern A. Zeeb bz at FreeBSD.org
Wed Jun 10 21:18:22 UTC 2009


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


More information about the svn-src-head mailing list