summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw_pfil.c
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2006-10-21 00:16:31 +0000
committerjulian <julian@FreeBSD.org>2006-10-21 00:16:31 +0000
commit8f92fe04c3829512304e750aec70de2de57b0897 (patch)
tree934f39d21fda8ade814da603677390a78df6405d /sys/netinet/ip_fw_pfil.c
parent35034161dd8e3ce83ca8145ec629ca8baef89921 (diff)
downloadFreeBSD-src-8f92fe04c3829512304e750aec70de2de57b0897.zip
FreeBSD-src-8f92fe04c3829512304e750aec70de2de57b0897.tar.gz
revert last change.. premature.. need to wait until if_ethersubr.c
uses pfil to get to ipfw.
Diffstat (limited to 'sys/netinet/ip_fw_pfil.c')
-rw-r--r--sys/netinet/ip_fw_pfil.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/netinet/ip_fw_pfil.c b/sys/netinet/ip_fw_pfil.c
index b0cf77e..a58f96f 100644
--- a/sys/netinet/ip_fw_pfil.c
+++ b/sys/netinet/ip_fw_pfil.c
@@ -80,14 +80,6 @@ ip_divert_packet_t *ip_divert_ptr = NULL;
/* ng_ipfw hooks. */
ng_ipfw_input_t *ng_ipfw_input_p = NULL;
-/*
- * ipfw_ether and ipfw_bridge hooks.
- * XXX: Temporary until those are converted to pfil_hooks as well.
- */
-ip_fw_chk_t *ip_fw_chk_ptr = NULL;
-ip_dn_io_t *ip_dn_io_ptr = NULL;
-int fw_one_pass = 1;
-
/* Forward declarations. */
static int ipfw_divert(struct mbuf **, int, int);
#define DIV_DIR_IN 1
OpenPOWER on IntegriCloud