summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ipfw
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/ipfw
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/ipfw')
-rw-r--r--sys/netinet/ipfw/ip_fw2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/ipfw/ip_fw2.c b/sys/netinet/ipfw/ip_fw2.c
index 119b9a1..9a75cf5 100644
--- a/sys/netinet/ipfw/ip_fw2.c
+++ b/sys/netinet/ipfw/ip_fw2.c
@@ -113,6 +113,7 @@ static int default_to_accept;
#endif
VNET_DEFINE(int, autoinc_step);
+VNET_DEFINE(int, fw_one_pass) = 1;
/*
* Each rule belongs to one of 32 different sets (0..31).
OpenPOWER on IntegriCloud