Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jun 2009 11:31:47 +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: r193824 - head/sys/conf
Message-ID:  <200906091131.n59BVlv0069147@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bz
Date: Tue Jun  9 11:31:47 2009
New Revision: 193824
URL: http://svn.freebsd.org/changeset/base/193824

Log:
  For now only compile flowtable.c if both options FLOWTABLE and INET
  are given.  This will also work when we add IPv6 support as for now
  INET6 depends on INET.

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Tue Jun  9 11:21:36 2009	(r193823)
+++ head/sys/conf/files	Tue Jun  9 11:31:47 2009	(r193824)
@@ -2180,7 +2180,7 @@ net/bpf_jitter.c		optional bpf_jitter
 net/bpf_filter.c		optional bpf | netgraph_bpf
 net/bpf_zerocopy.c		optional bpf
 net/bridgestp.c			optional bridge | if_bridge
-net/flowtable.c			optional flowtable
+net/flowtable.c			optional flowtable inet
 net/ieee8023ad_lacp.c		optional lagg
 net/if.c			standard
 net/if_arcsubr.c		optional arcnet



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