From owner-svn-src-head@FreeBSD.ORG Fri Sep 12 20:35:12 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7F47D650; Fri, 12 Sep 2014 20:35:12 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 54351634; Fri, 12 Sep 2014 20:35:12 +0000 (UTC) Received: from ralph.baldwin.cx (pool-173-70-85-31.nwrknj.fios.verizon.net [173.70.85.31]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 121BCB978; Fri, 12 Sep 2014 16:35:11 -0400 (EDT) From: John Baldwin To: Hiroki Sato Subject: Re: svn commit: r271418 - head/sbin/dhclient Date: Fri, 12 Sep 2014 16:16:57 -0400 Message-ID: <2679394.nFinO488kI@ralph.baldwin.cx> User-Agent: KMail/4.10.5 (FreeBSD/10.0-STABLE; KDE/4.10.5; amd64; ; ) In-Reply-To: <20140911.181534.1518812407362343252.hrs@allbsd.org> References: <201409110548.s8B5md65014322@svn.freebsd.org> <541163C0.2080903@FreeBSD.org> <20140911.181534.1518812407362343252.hrs@allbsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Fri, 12 Sep 2014 16:35:11 -0400 (EDT) Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, avg@freebsd.org, glebius@freebsd.org, rwatson@freebsd.org, svn-src-head@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Sep 2014 20:35:12 -0000 On Thursday, September 11, 2014 06:15:34 PM Hiroki Sato wrote: > Andriy Gapon wrote > in <541163C0.2080903@FreeBSD.org>: > > av> On 11/09/2014 11:11, Robert Watson wrote: > av> > A bit behind on commits, but: does this mean that an older userspace > dhclient av> > will no longer work with a newer kernel? > av> > av> At least in my case it appeared to work. I guess this is because the > broadcast av> queries were not affected by the change. > > Only a unicast DHCPREQUEST sent from a DHCP client to renew the lease > does not work. "dhclient[N]: send_packet: Invalid argument" log > appears at certain interval due to it. A lease will expire, and it > will repeatedly restart from the broadcast discovery phase. Ah, I've seen that for a while on my laptop. Thanks for tracking that down! -- John Baldwin