diff --git a/sbin/dhclient-script b/sbin/dhclient-script index 4a0659a790..9c84d5feba 100755 --- a/sbin/dhclient-script +++ b/sbin/dhclient-script @@ -80,11 +80,11 @@ add_new_address() { $LOGGER "New Routers ($interface): $new_routers" echo $new_routers > /tmp/${interface}_router - cp /var/db/${interface}_ip /tmp/rc.newwanip_oldip 2>/dev/null - echo $new_ip_address > /var/db/${interface}_ip + cp /var/db/${interface}_ip /tmp/rc.newwanip_oldip 2>/dev/null +# echo $new_ip_address > /var/db/${interface}_ip - echo $interface > /tmp/rc.newwanip - echo $new_ip_address >> /tmp/rc.newwanip + echo $interface > /tmp/rc.newwanip +# echo $new_ip_address >> /tmp/rc.newwanip }