svn commit: r229583 - stable/9/sbin/dhclient

Gleb Smirnoff glebius at FreeBSD.org
Thu Jan 5 11:14:29 UTC 2012


Author: glebius
Date: Thu Jan  5 11:14:28 2012
New Revision: 229583
URL: http://svn.freebsd.org/changeset/base/229583

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

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

Modified: stable/9/sbin/dhclient/dhclient-script
==============================================================================
--- stable/9/sbin/dhclient/dhclient-script	Thu Jan  5 11:12:02 2012	(r229582)
+++ stable/9/sbin/dhclient/dhclient-script	Thu Jan  5 11:14:28 2012	(r229583)
@@ -318,7 +318,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