summaryrefslogtreecommitdiffstats
path: root/etc/rc.newwanip
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.homeunix.net>2009-07-09 22:53:04 -0400
committerScott Ullrich <sullrich@pfsense.homeunix.net>2009-07-09 22:53:04 -0400
commitb321355341e2617a8cebb226a5f45bf6a8fb0b8c (patch)
tree89cce6253c660d64e7e656f2a97b47bd36d718d6 /etc/rc.newwanip
parent3b3a7338ad5a4c4bef05ac2bddfc72c79f7a5313 (diff)
downloadpfsense-b321355341e2617a8cebb226a5f45bf6a8fb0b8c.zip
pfsense-b321355341e2617a8cebb226a5f45bf6a8fb0b8c.tar.gz
Reinstate dhclient_update_gateway_groups_defaultroute() it was moved to gwlb.inc
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