summaryrefslogtreecommitdiffstats
path: root/sbin/dhclient-script
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/dhclient-script')
-rwxr-xr-xsbin/dhclient-script8
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/dhclient-script b/sbin/dhclient-script
index 4a0659a..9c84d5f 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
}
OpenPOWER on IntegriCloud