summaryrefslogtreecommitdiffstats
path: root/etc/rc.newwanip
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-12-27 22:28:09 +0000
committerErmal Luçi <eri@pfsense.org>2009-12-27 22:28:09 +0000
commit2cdf37c6f9064debedf1117a825544237e8bea56 (patch)
treee0269216f918d1bc58eef41a52a91b5b4570b53e /etc/rc.newwanip
parent0276fe8b2fb8497ec4f2201869d4af885c116be5 (diff)
downloadpfsense-2cdf37c6f9064debedf1117a825544237e8bea56.zip
pfsense-2cdf37c6f9064debedf1117a825544237e8bea56.tar.gz
Fix function which should fix default gw handling for dynamic interfaces.
Diffstat (limited to 'etc/rc.newwanip')
-rwxr-xr-xetc/rc.newwanip2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip
index c7da8eb..c620921 100755
--- a/etc/rc.newwanip
+++ b/etc/rc.newwanip
@@ -102,7 +102,7 @@ filter_configure();
enable_rrd_graphing();
/* update the gateway group items gateway */
-update_gateway_groups_defaultroute_dhclient($interface);
+update_gateway_groups_defaultroute($interface);
/* restart packages */
if($old_ip <> "") {
OpenPOWER on IntegriCloud