From d052c74ef86bc306a9f0cf3b6773663037d5a188 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 8 Jan 2006 22:37:12 +0000 Subject: Write out old ip to /tmp/rc.newwanip_oldip --- sbin/dhclient-script | 1 + 1 file changed, 1 insertion(+) (limited to 'sbin') diff --git a/sbin/dhclient-script b/sbin/dhclient-script index 6910024..ef9f3f2 100755 --- a/sbin/dhclient-script +++ b/sbin/dhclient-script @@ -193,6 +193,7 @@ add_new_resolv_conf() { # Must be used on exit. Invokes the local dhcp client exit hooks, if any. exit_with_hooks() { echo $interface > /tmp/rc.newwanip + echo $old_ip_address > /tmp/rc.newwanip_oldip # probably should do something with exit status of the local script exit 0 } -- cgit v1.1