summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw2.c
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2002-11-20 19:07:27 +0000
committerluigi <luigi@FreeBSD.org>2002-11-20 19:07:27 +0000
commitf51d989644b3566d5b14fe4d8f07af5dac3332cb (patch)
tree5dcb511575a14bf6a568df44e4233416ab5aa5e3 /sys/netinet/ip_fw2.c
parentabbf6b609086058fb129298ed714994d1236fdee (diff)
downloadFreeBSD-src-f51d989644b3566d5b14fe4d8f07af5dac3332cb.zip
FreeBSD-src-f51d989644b3566d5b14fe4d8f07af5dac3332cb.tar.gz
Move fw_one_pass from ip_fw2.c to ip_input.c so that neither
bridge.c nor if_ethersubr.c depend on IPFIREWALL. Restore the use of fw_one_pass in if_ethersubr.c ipfw.8 will be updated with a separate commit. Approved by: re
Diffstat (limited to 'sys/netinet/ip_fw2.c')
-rw-r--r--sys/netinet/ip_fw2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netinet/ip_fw2.c b/sys/netinet/ip_fw2.c
index 6241d2b..46b8ba8 100644
--- a/sys/netinet/ip_fw2.c
+++ b/sys/netinet/ip_fw2.c
@@ -107,7 +107,6 @@ static struct ip_fw *layer3_chain;
MALLOC_DEFINE(M_IPFW, "IpFw/IpAcct", "IpFw/IpAcct chain's");
static int fw_debug = 1;
-int fw_one_pass = 1;
static int autoinc_step = 100; /* bounded to 1..1000 in add_rule() */
#ifdef SYSCTL_NODE
OpenPOWER on IntegriCloud