summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/firewall_nat_edit.php')
-rwxr-xr-xusr/local/www/firewall_nat_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/firewall_nat_edit.php b/usr/local/www/firewall_nat_edit.php
index b7a65e4..fc7cc9b 100755
--- a/usr/local/www/firewall_nat_edit.php
+++ b/usr/local/www/firewall_nat_edit.php
@@ -197,7 +197,7 @@ if ($_POST) {
$a_nat[] = $natent;
}
- touch($d_natconfdirty_path);
+ mark_subsystem_dirty('natconf');
if ($_POST['autoadd']) {
/* auto-generate a matching firewall rule */
@@ -224,7 +224,7 @@ if ($_POST) {
$config['filter']['rule'][] = $filterent;
- touch($d_filterconfdirty_path);
+ mark_subsystem_dirty('filter');
}
write_config();
OpenPOWER on IntegriCloud