summaryrefslogtreecommitdiffstats
path: root/etc/rc.newwanip
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.newwanip')
-rwxr-xr-xetc/rc.newwanip3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip
index 0f92c91..a8a77aa 100755
--- a/etc/rc.newwanip
+++ b/etc/rc.newwanip
@@ -35,6 +35,7 @@
require_once("globals.inc");
require_once("config.inc");
require_once("functions.inc");
+require_once("gwlb.inc");
/* WAN IP address has changed */
@@ -107,7 +108,7 @@ filter_configure();
enable_rrd_graphing();
/* This is DHCP, update the gateway group items default gateway */
-//update_gateway_groups_defaultroute_dhclient($interface);
+update_gateway_groups_defaultroute_dhclient($interface);
/* restart packages */
if($old_ip <> "") {
OpenPOWER on IntegriCloud