svn commit: r193988 - head/sys/conf

Bjoern A. Zeeb bz at FreeBSD.org
Thu Jun 11 11:17:17 UTC 2009


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


More information about the svn-src-all mailing list