summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/system_gateways_edit.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/local/www/system_gateways_edit.php b/usr/local/www/system_gateways_edit.php
index 0683ef8..d517e04 100755
--- a/usr/local/www/system_gateways_edit.php
+++ b/usr/local/www/system_gateways_edit.php
@@ -159,6 +159,9 @@ if ($_POST) {
touch($d_staticroutesdirty_path);
write_config();
+
+ /* set up static routes */
+ system_routing_configure();
if($_REQUEST['isAjax']) {
echo $_POST['name'];
OpenPOWER on IntegriCloud