From 9c9b63577e585953b54adfdeab2b3469f8115227 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 15 Feb 2006 17:16:40 +0000 Subject: Do not alter loopback interface. --- etc/rc.newwanip | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'etc/rc.newwanip') 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"); -- cgit v1.1