Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 2009 11:17:16 +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: r193988 - head/sys/conf
Message-ID:  <200906111117.n5BBHH2S045507@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bz
Date: Thu Jun 11 11:17:16 2009
New Revision: 193988
URL: http://svn.freebsd.org/changeset/base/193988

Log:
  if_enc(4) is only useful with ipsec and either inet or inet6.

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Thu Jun 11 11:13:35 2009	(r193987)
+++ head/sys/conf/files	Thu Jun 11 11:17:16 2009	(r193988)
@@ -2192,7 +2192,7 @@ net/if_dead.c			standard
 net/if_disc.c			optional disc
 net/if_edsc.c			optional edsc
 net/if_ef.c			optional ef
-net/if_enc.c			optional enc
+net/if_enc.c			optional enc ipsec inet | enc ipsec inet6
 net/if_ethersubr.c		optional ether \
 	compile-with "${NORMAL_C} -I$S/contrib/pf"
 net/if_faith.c			optional faith



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