Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jun 2005 05:32:42 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/dhclient dhclient.c
Message-ID:  <200506300532.j5U5WgmT082720@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
brooks      2005-06-30 05:32:42 UTC

  FreeBSD src repository

  Modified files:
    sbin/dhclient        dhclient.c 
  Log:
  People like to do RFC violating things with the domain-name option and
  include a space seperated list of domains instead of the domain of the
  host.  This is supported on too many platforms to break for now so,
  remove validation of this option for the moment.
  
  The correct solution longer term is to implement RFC 3397 support and
  then treat domain-name options containing space seperated lists of
  domains as domain-search options for backwards compatability.
  
  Approved by:    re (dhclient blanket)
  
  Revision  Changes    Path
  1.5       +1 -1      src/sbin/dhclient/dhclient.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506300532.j5U5WgmT082720>