summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2009-06-09 11:31:47 +0000
committerbz <bz@FreeBSD.org>2009-06-09 11:31:47 +0000
commitd2f8e2a2284f52653b066bebdbd346a464e1d9be (patch)
tree4c0d0e63a698b3d5606197a5e62da5bce7500f1e
parent6e551c565d61169fcbce0ab7e3410c8ccd68bfed (diff)
downloadFreeBSD-src-d2f8e2a2284f52653b066bebdbd346a464e1d9be.zip
FreeBSD-src-d2f8e2a2284f52653b066bebdbd346a464e1d9be.tar.gz
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.
-rw-r--r--sys/conf/files2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 54f6ed1..158d262 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -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
OpenPOWER on IntegriCloud