summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_firewall.php
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2008-11-21 21:59:39 +0000
committerSeth Mos <seth.mos@xs4all.nl>2008-11-21 21:59:39 +0000
commit668c49908bcc3ca68c27aa087fc7ddbed411fdb4 (patch)
tree2c6570544c1d1682b20f862a538f122626dcf6fa /usr/local/www/system_advanced_firewall.php
parent122f8374bf669ec0959645b36d2b05b9ca203c4b (diff)
downloadpfsense-668c49908bcc3ca68c27aa087fc7ddbed411fdb4.zip
pfsense-668c49908bcc3ca68c27aa087fc7ddbed411fdb4.tar.gz
Correct config path so filter rules are generated again for static
routes.
Diffstat (limited to 'usr/local/www/system_advanced_firewall.php')
-rw-r--r--usr/local/www/system_advanced_firewall.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/system_advanced_firewall.php b/usr/local/www/system_advanced_firewall.php
index 7ad17d3..bcabc14 100644
--- a/usr/local/www/system_advanced_firewall.php
+++ b/usr/local/www/system_advanced_firewall.php
@@ -107,9 +107,9 @@ if ($_POST) {
$config['system']['reflectiontimeout'] = $_POST['reflectiontimeout'];
if($_POST['bypassstaticroutes'] == "yes")
- $config['system']['bypassstaticroutes'] = $_POST['bypassstaticroutes'];
+ $config['filter']['bypassstaticroutes'] = $_POST['bypassstaticroutes'];
else
- unset($config['system']['bypassstaticroutes']);
+ unset($config['filter']['bypassstaticroutes']);
if($_POST['disablescrub'] == "yes")
$config['system']['disablescrub'] = $_POST['disablescrub'];
OpenPOWER on IntegriCloud