summaryrefslogtreecommitdiffstats
path: root/etc/rc.newwanip
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-02-15 17:16:40 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-02-15 17:16:40 +0000
commit9c9b63577e585953b54adfdeab2b3469f8115227 (patch)
tree91fe239882204b3977f181f1d0608d4f551a1b61 /etc/rc.newwanip
parent27f84b0fc3ad3a17ba520da460ebecc3a9e4e373 (diff)
downloadpfsense-9c9b63577e585953b54adfdeab2b3469f8115227.zip
pfsense-9c9b63577e585953b54adfdeab2b3469f8115227.tar.gz
Do not alter loopback interface.
Diffstat (limited to 'etc/rc.newwanip')
-rwxr-xr-xetc/rc.newwanip5
1 files changed, 1 insertions, 4 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip
index f5fbd2d..8f5fd0d 100755
--- a/etc/rc.newwanip
+++ b/etc/rc.newwanip
@@ -78,10 +78,7 @@
log_error("Informational: DHClient spawned /etc/rc.newwanip and the new ip is {$interface} - {$curwanip}.");
- /* after IP change, update DynDNS */
- if(!$config['system']['use_old_dyndns']) {
- touch("/tmp/update_dyndns");
- }
+ touch("/tmp/update_dyndns");
/* signal filter reload */
touch("/tmp/filter_dirty");
OpenPOWER on IntegriCloud