From owner-freebsd-bugs@FreeBSD.ORG Thu Sep 4 20:20:04 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B2AF1065672 for ; Thu, 4 Sep 2008 20:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6931F8FC1A for ; Thu, 4 Sep 2008 20:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m84KK4sg048946 for ; Thu, 4 Sep 2008 20:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m84KK45d048945; Thu, 4 Sep 2008 20:20:04 GMT (envelope-from gnats) Date: Thu, 4 Sep 2008 20:20:04 GMT Message-Id: <200809042020.m84KK45d048945@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Jung-uk Kim Cc: Subject: Re: bin/127076: [patch] teach dhclient(8) to recognize options 66 and 67 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jung-uk Kim List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2008 20:20:04 -0000 The following reply was made to PR bin/127076; it has been noted by GNATS. From: Jung-uk Kim To: Eygene Ryabinkin Cc: bug-followup@FreeBSD.org, brooks@FreeBSD.org Subject: Re: bin/127076: [patch] teach dhclient(8) to recognize options 66 and 67 Date: Thu, 4 Sep 2008 16:13:58 -0400 On Thursday 04 September 2008 03:33 pm, Eygene Ryabinkin wrote: > Jung-uk, good evening. > > Thu, Sep 04, 2008 at 02:30:48PM -0400, Jung-uk Kim wrote: > > Actually 'tftp-server-name' must be a valid hostname and it has > > to be validated with res_hnok() function. Please try the > > attached patch. It will add all options listed in dhcp-options(5) > > and RFC 2132 as the manual page says. > > Works for me. Could it be committed? dhclient(8) is owned by brooks. It quires review from him (CC'ed). Jung-uk Kim