aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_fw_pfil.c
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>2006-10-20 19:32:08 +0000
committerJulian Elischer <julian@FreeBSD.org>2006-10-20 19:32:08 +0000
commit3df668cc38ae69ae7c7f74c2575e9000f895bd6e (patch)
tree033517294b14d13442006ceb897e50cfecb8e7a1 /sys/netinet/ip_fw_pfil.c
parentb9a3a80ddcf65b4d1eacaa7af6d84a29824dbbe3 (diff)
downloadsrc-3df668cc38ae69ae7c7f74c2575e9000f895bd6e.tar.gz
src-3df668cc38ae69ae7c7f74c2575e9000f895bd6e.zip
Move some variables to a more likely place
and remove "temporary" stuff that is not needed any more.
Notes
Notes: svn path=/head/; revision=163545
Diffstat (limited to 'sys/netinet/ip_fw_pfil.c')
-rw-r--r--sys/netinet/ip_fw_pfil.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/netinet/ip_fw_pfil.c b/sys/netinet/ip_fw_pfil.c
index a58f96fe9040..b0cf77e00591 100644
--- a/sys/netinet/ip_fw_pfil.c
+++ b/sys/netinet/ip_fw_pfil.c
@@ -80,6 +80,14 @@ 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