summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-07-12 13:37:23 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-07-12 13:37:23 -0400
commitb37eac3d45bf12027a93f0962a8d72034da6d83e (patch)
treee37331300dac3235d3ae58eb146dd23250906f4f /usr
parent03509a7d347ddcdb3df6a69678c70259ba696422 (diff)
downloadpfsense-b37eac3d45bf12027a93f0962a8d72034da6d83e.zip
pfsense-b37eac3d45bf12027a93f0962a8d72034da6d83e.tar.gz
Enable flowtable support
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/system_advanced_network.php8
1 files changed, 6 insertions, 2 deletions
diff --git a/usr/local/www/system_advanced_network.php b/usr/local/www/system_advanced_network.php
index a7c6de7..4326e86 100644
--- a/usr/local/www/system_advanced_network.php
+++ b/usr/local/www/system_advanced_network.php
@@ -40,8 +40,8 @@
##|*MATCH=system_advanced-network.php*
##|-PRIV
-
require("guiconfig.inc");
+require("filter.inc");
$pconfig['ipv6nat_enable'] = isset($config['diag']['ipv6nat']['enable']);
$pconfig['ipv6nat_ipaddr'] = $config['diag']['ipv6nat']['ipaddr'];
@@ -110,9 +110,13 @@ if ($_POST) {
unset($config['system']['disablechecksumoffloading']);
setup_microcode();
}
-
+
+ // Write out configuration (config.xml)
write_config();
+ // Configure flowtable support from filter.inc
+ flowtable_configure();
+
$retval = filter_configure();
if(stristr($retval, "error") <> true)
$savemsg = get_std_save_message($retval);
OpenPOWER on IntegriCloud