summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw.c
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2000-02-10 17:56:01 +0000
committerluigi <luigi@FreeBSD.org>2000-02-10 17:56:01 +0000
commitca6bc8a505ef28bf23c51720be7efccdec424c56 (patch)
treec69b7956e9df06e3b7760366ce15844f498d8c24 /sys/netinet/ip_fw.c
parent7257b4f371504caaff234cb6801d37fb6458a822 (diff)
downloadFreeBSD-src-ca6bc8a505ef28bf23c51720be7efccdec424c56.zip
FreeBSD-src-ca6bc8a505ef28bf23c51720be7efccdec424c56.tar.gz
Move definition of fw_enable from ip_fw.c to ip_input.c
so we can compile kernels without IPFIREWALL . Reported-by: Robert Watson Approved-by: jordan
Diffstat (limited to 'sys/netinet/ip_fw.c')
-rw-r--r--sys/netinet/ip_fw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netinet/ip_fw.c b/sys/netinet/ip_fw.c
index 4d43433..b2f5aed 100644
--- a/sys/netinet/ip_fw.c
+++ b/sys/netinet/ip_fw.c
@@ -73,7 +73,6 @@ static int fw_verbose = 1;
static int fw_verbose = 0;
#endif
int fw_one_pass = 1 ;
-int fw_enable = 1 ;
#ifdef IPFIREWALL_VERBOSE_LIMIT
static int fw_verbose_limit = IPFIREWALL_VERBOSE_LIMIT;
#else
OpenPOWER on IntegriCloud