summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_input.c
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2000-02-10 14:19:53 +0000
committerluigi <luigi@FreeBSD.org>2000-02-10 14:19:53 +0000
commit4c77286bf09ec7e3e9e6c2cf94be721f58ad3e72 (patch)
treed61129ddc9489edd58335a56f9cfcd8f74f5c301 /sys/netinet/ip_input.c
parent0a7657b3329286c1adb3f581bd671054fb7b0636 (diff)
downloadFreeBSD-src-4c77286bf09ec7e3e9e6c2cf94be721f58ad3e72.zip
FreeBSD-src-4c77286bf09ec7e3e9e6c2cf94be721f58ad3e72.tar.gz
Support the net.inet.ip.fw.enable variable, part of
the recent ipfw modifications. Approved-by: jordan
Diffstat (limited to 'sys/netinet/ip_input.c')
-rw-r--r--sys/netinet/ip_input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c
index df9176f..2450a1d 100644
--- a/sys/netinet/ip_input.c
+++ b/sys/netinet/ip_input.c
@@ -390,7 +390,7 @@ iphack:
ip = mtod(m = m1, struct ip *);
}
#endif
- if (ip_fw_chk_ptr) {
+ if (fw_enable && ip_fw_chk_ptr) {
#ifdef IPFIREWALL_FORWARD
/*
* If we've been forwarded from the output side, then
OpenPOWER on IntegriCloud