summaryrefslogtreecommitdiffstats
path: root/sys/net/if_ethersubr.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-09-12 15:36:13 +0000
committerobrien <obrien@FreeBSD.org>2002-09-12 15:36:13 +0000
commitf66142d797a4b6de545510a914ac056654e8f684 (patch)
tree223e5c4fca0bd645a994787fba8f003b90488e9b /sys/net/if_ethersubr.c
parent379b6995567f687b1332ae52cdffe42f3bba6232 (diff)
downloadFreeBSD-src-f66142d797a4b6de545510a914ac056654e8f684.zip
FreeBSD-src-f66142d797a4b6de545510a914ac056654e8f684.tar.gz
Fix the GENERIC build. Don't refer to the non-existant fw_one_pass.
Diffstat (limited to 'sys/net/if_ethersubr.c')
-rw-r--r--sys/net/if_ethersubr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c
index 8d12628..b622d9e 100644
--- a/sys/net/if_ethersubr.c
+++ b/sys/net/if_ethersubr.c
@@ -463,7 +463,7 @@ ether_ipfw_chk(struct mbuf **m0, struct ifnet *dst,
int i;
struct ip_fw_args args;
- if (*rule != NULL && fw_one_pass)
+ if (*rule != NULL /*&& fw_one_pass*/) /* HACK! need to obey fw_one_pass */
return 1; /* dummynet packet, already partially processed */
/*
OpenPOWER on IntegriCloud