Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Oct 2014 07:58:51 +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: r273209 - head/sys/conf
Message-ID:  <201410170758.s9H7wpW0085980@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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