summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_firewall.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/system_advanced_firewall.php')
-rw-r--r--usr/local/www/system_advanced_firewall.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/usr/local/www/system_advanced_firewall.php b/usr/local/www/system_advanced_firewall.php
index 9fec26a..db0aaa4 100644
--- a/usr/local/www/system_advanced_firewall.php
+++ b/usr/local/www/system_advanced_firewall.php
@@ -173,13 +173,6 @@ if ($_POST) {
write_config();
- /*
- * XXX: This is a kludge here but its the better place than on every filter reload.
- * NOTE: This is only for setting the ipfw state limits.
- */
- if ($_POST['maximumstates'] && is_numeric($_POST['maximumstates']) && is_module_loaded("ipfw.ko"))
- filter_load_ipfw();
-
$retval = 0;
$retval = filter_configure();
if(stristr($retval, "error") <> true)
OpenPOWER on IntegriCloud