svn commit: r273209 - head/sys/conf

Bjoern A. Zeeb bz at FreeBSD.org
Fri Oct 17 07:58:52 UTC 2014


Author: bz
Date: Fri Oct 17 07:58:51 2014
New Revision: 273209
URL: https://svnweb.freebsd.org/changeset/base/273209

Log:
  After r273087,r273090,r273091,r273121 changes to gif(4) try to fix
  NOIP builds for real.
  
  MFC after:	27 days

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Fri Oct 17 06:58:04 2014	(r273208)
+++ head/sys/conf/files	Fri Oct 17 07:58:51 2014	(r273209)
@@ -3231,7 +3231,8 @@ 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 inet | gif inet6 | netgraph_gif
+net/if_gif.c			optional gif inet | gif inet6 | \
+					 netgraph_gif inet | netgraph_gif inet6
 net/if_gre.c			optional gre inet
 net/if_iso88025subr.c		optional token
 net/if_lagg.c			optional lagg
@@ -3357,7 +3358,7 @@ netgraph/ng_eiface.c		optional netgraph_
 netgraph/ng_ether.c		optional netgraph_ether
 netgraph/ng_ether_echo.c	optional netgraph_ether_echo
 netgraph/ng_frame_relay.c	optional netgraph_frame_relay
-netgraph/ng_gif.c		optional netgraph_gif
+netgraph/ng_gif.c		optional netgraph_gif inet6 | netgraph_gif inet
 netgraph/ng_gif_demux.c		optional netgraph_gif_demux
 netgraph/ng_hole.c		optional netgraph_hole
 netgraph/ng_iface.c		optional netgraph_iface


More information about the svn-src-head mailing list