summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateways_edit.php
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2010-03-01 12:00:27 +0100
committerSeth Mos <seth.mos@xs4all.nl>2010-03-01 12:00:27 +0100
commit84d07e675f1c26c98cf459a8f6f7107d67a438f2 (patch)
tree28d933336ad3f7751af6732352d1ccbe3a4055b5 /usr/local/www/system_gateways_edit.php
parentc6e1b0f5efa81ba7bef267551b7013916611049a (diff)
downloadpfsense-84d07e675f1c26c98cf459a8f6f7107d67a438f2.zip
pfsense-84d07e675f1c26c98cf459a8f6f7107d67a438f2.tar.gz
Mute route delete message, regenerate resolv.conf as this also corrects static routes to the DNS servers.
Diffstat (limited to 'usr/local/www/system_gateways_edit.php')
-rwxr-xr-xusr/local/www/system_gateways_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_gateways_edit.php b/usr/local/www/system_gateways_edit.php
index 7dfb6aa..995fbff 100755
--- a/usr/local/www/system_gateways_edit.php
+++ b/usr/local/www/system_gateways_edit.php
@@ -192,7 +192,7 @@ if ($_POST) {
$a_gateway_item[] = $gateway;
}
}
-
+ system_recolv_conf_generate();
mark_subsystem_dirty('staticroutes');
write_config();
OpenPOWER on IntegriCloud