summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2012-03-12 18:38:21 +0000
committerErmal <eri@pfsense.org>2012-03-12 18:38:21 +0000
commit24769c3fa6de7b67e8c8658099cf85006cb2baca (patch)
treed0b07bbecc3b63e840dc7d0b94fa499cd17c6acb
parent7377fb4bdc88eb4ce2715b1dc98d382517cc4db2 (diff)
downloadpfsense-24769c3fa6de7b67e8c8658099cf85006cb2baca.zip
pfsense-24769c3fa6de7b67e8c8658099cf85006cb2baca.tar.gz
Make this unconditional to have the pfil hooks setuped always right
-rw-r--r--etc/inc/captiveportal.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc
index d968660..67ef7c7 100644
--- a/etc/inc/captiveportal.inc
+++ b/etc/inc/captiveportal.inc
@@ -485,8 +485,7 @@ function captiveportal_init_rules($reinit = false) {
captiveportal_init_ipfw_ruleno();
/* make sure ipfw is loaded */
- if (!is_module_loaded("ipfw.ko"))
- filter_load_ipfw();
+ filter_load_ipfw();
/* Always load dummynet now that even allowed ip and mac passthrough use it. */
if (!is_module_loaded("dummynet.ko"))
mwexec("/sbin/kldload dummynet");
OpenPOWER on IntegriCloud