summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
Diffstat (limited to 'sbin')
-rwxr-xr-xsbin/dhclient-script2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/dhclient-script b/sbin/dhclient-script
index 30de3da..3ce2b24 100755
--- a/sbin/dhclient-script
+++ b/sbin/dhclient-script
@@ -322,7 +322,7 @@ MEDIUM)
PREINIT)
delete_old_alias
- $IFCONFIG $interface inet 0.0.0.0 netmask 255.255.255.255 broadcast 255.255.255.255 up
+ $IFCONFIG $interface inet 0.0.0.0 netmask 255.0.0.0 broadcast 255.255.255.255 up
/bin/rm -f /tmp/${interface}_router
;;
OpenPOWER on IntegriCloud