Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Oct 2014 06:10:33 +0000 (UTC)
From:      "Andrey V. Elsukov" <ae@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r273121 - head/sys/conf
Message-ID:  <201410150610.s9F6AXoi035792@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ae
Date: Wed Oct 15 06:10:33 2014
New Revision: 273121
URL: https://svnweb.freebsd.org/changeset/base/273121

Log:
  Add inet/inet6 to the dependency list. Without them if_gif is useless.
  
  MFC after:	1 month

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Wed Oct 15 05:24:43 2014	(r273120)
+++ head/sys/conf/files	Wed Oct 15 06:10:33 2014	(r273121)
@@ -3231,7 +3231,7 @@ net/if_ethersubr.c		optional ether
 net/if_faith.c			optional faith
 net/if_fddisubr.c		optional fddi
 net/if_fwsubr.c			optional fwip
-net/if_gif.c			optional gif | netgraph_gif
+net/if_gif.c			optional gif inet | gif inet6 | netgraph_gif
 net/if_gre.c			optional gre inet
 net/if_iso88025subr.c		optional token
 net/if_lagg.c			optional lagg



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