summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_input.c
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2011-04-20 07:55:33 +0000
committerbz <bz@FreeBSD.org>2011-04-20 07:55:33 +0000
commitd10762bec798133f31617d3978e0e684a7beaa8d (patch)
tree19a806b64735307c35b6eebc93c93aa085e97abf /sys/netinet/ip_input.c
parent602624c6232a631a7e08b40359cd789a0c756bff (diff)
downloadFreeBSD-src-d10762bec798133f31617d3978e0e684a7beaa8d.zip
FreeBSD-src-d10762bec798133f31617d3978e0e684a7beaa8d.tar.gz
MFp4 CH=191466:
Move fw_one_pass to where it belongs: it is a property of ipfw, not of ip_input. Reviewed by: gnn Sponsored by: The FreeBSD Foundation Sponsored by: iXsystems MFC after: 3 days
Diffstat (limited to 'sys/netinet/ip_input.c')
-rw-r--r--sys/netinet/ip_input.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c
index e3aae04..daeda8d 100644
--- a/sys/netinet/ip_input.c
+++ b/sys/netinet/ip_input.c
@@ -218,8 +218,6 @@ SYSCTL_VNET_INT(_net_inet_ip, OID_AUTO, output_flowtable_size, CTLFLAG_RDTUN,
"number of entries in the per-cpu output flow caches");
#endif
-VNET_DEFINE(int, fw_one_pass) = 1;
-
static void ip_freef(struct ipqhead *, struct ipq *);
/*
OpenPOWER on IntegriCloud