svn commit: r230093 - stable/8/sbin/dhclient

Gleb Smirnoff glebius at FreeBSD.org
Fri Jan 13 23:25:59 UTC 2012


Author: glebius
Date: Fri Jan 13 23:25:58 2012
New Revision: 230093
URL: http://svn.freebsd.org/changeset/base/230093

Log:
  Merge r228463, that explicily uses 255.0.0.0 mask for the temporary prefix.
  This change isn't actually needed in the stable/8, but let it be here, in
  case if anyone tries to run stable/8 world on a head/ kernel.

Modified:
  stable/8/sbin/dhclient/dhclient-script
Directory Properties:
  stable/8/sbin/dhclient/   (props changed)

Modified: stable/8/sbin/dhclient/dhclient-script
==============================================================================
--- stable/8/sbin/dhclient/dhclient-script	Fri Jan 13 23:25:35 2012	(r230092)
+++ stable/8/sbin/dhclient/dhclient-script	Fri Jan 13 23:25:58 2012	(r230093)
@@ -305,7 +305,7 @@ MEDIUM)
 
 PREINIT)
 	delete_old_alias
-	$IFCONFIG $interface inet alias 0.0.0.0 netmask 0.0.0.0 broadcast 255.255.255.255 up
+	$IFCONFIG $interface inet alias 0.0.0.0 netmask 255.0.0.0 broadcast 255.255.255.255 up
 	;;
 
 ARPCHECK|ARPSEND)


More information about the svn-src-all mailing list