summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/system.inc1
-rwxr-xr-xusr/local/www/system_gateway_groups.php2
2 files changed, 2 insertions, 1 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index fed4598..d26b1bb 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -324,7 +324,6 @@ function system_routing_configure() {
return 0;
}
-
function system_routing_enable() {
global $config, $g;
if(isset($config['system']['developerspew'])) {
diff --git a/usr/local/www/system_gateway_groups.php b/usr/local/www/system_gateway_groups.php
index e292402..484066d 100755
--- a/usr/local/www/system_gateway_groups.php
+++ b/usr/local/www/system_gateway_groups.php
@@ -61,6 +61,8 @@ if ($_POST) {
$retval = system_routing_configure();
$retval |= filter_configure();
+ /* reconfigure our gateway monitor */
+ setup_gateways_monitor();
$savemsg = get_std_save_message($retval);
if ($retval == 0)
OpenPOWER on IntegriCloud