From 81b338bd1db2bddb10fb75df9456fab84e00a913 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 30 Oct 2005 19:21:53 +0000 Subject: Do not check the old recorded ip, dhclient-script creates the file before running rc.newwanip which will result in the ip never "changing" --- etc/rc.newwanip | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'etc/rc.newwanip') diff --git a/etc/rc.newwanip b/etc/rc.newwanip index 4d01a62..35be9e6 100755 --- a/etc/rc.newwanip +++ b/etc/rc.newwanip @@ -43,18 +43,6 @@ $interface = "wan"; } - /* dhclient or MPD told us that the IP address has changed; - let's see if that's really true to avoid reloading things - when it's not really necessary (dhclient likes to - execute its dhclient-exit-hooks also on renewals) - */ - if (file_exists("{$g['vardb_path']}/{$interface}_ip")) { - $oldwanip = chop(file_get_contents("{$g['vardb_path']}/{$interface}_ip")); - log_error("Informational: DHClient spawned /etc/rc.newwanip but the ip has not changed."); - if ($curwanip == $oldwanip) - return 0; /* nothing to do */ - } - /* reconfigure IPsec tunnels */ vpn_ipsec_configure(true); -- cgit v1.1