Re: svn commit: r271418 - head/sbin/dhclient

2014-09-12 Thread John Baldwin
On Thursday, September 11, 2014 06:15:34 PM Hiroki Sato wrote: > Andriy Gapon wrote > in <541163c0.2080...@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 new

Re: svn commit: r271418 - head/sbin/dhclient

2014-09-11 Thread Hiroki Sato
Andriy Gapon wrote in <541163c0.2080...@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

Re: svn commit: r271418 - head/sbin/dhclient

2014-09-11 Thread Andriy Gapon
On 11/09/2014 11:11, Robert Watson wrote: > A bit behind on commits, but: does this mean that an older userspace dhclient > will no longer work with a newer kernel? At least in my case it appeared to work. I guess this is because the broadcast queries were not affected by the change. > On Thu, 1

Re: svn commit: r271418 - head/sbin/dhclient

2014-09-11 Thread Robert Watson
A bit behind on commits, but: does this mean that an older userspace dhclient will no longer work with a newer kernel? Robert On Thu, 11 Sep 2014, Gleb Smirnoff wrote: Author: glebius Date: Thu Sep 11 05:48:39 2014 New Revision: 271418 URL: http://svnweb.freebsd.org/changeset/base/271418 Log

svn commit: r271418 - head/sbin/dhclient

2014-09-10 Thread Gleb Smirnoff
Author: glebius Date: Thu Sep 11 05:48:39 2014 New Revision: 271418 URL: http://svnweb.freebsd.org/changeset/base/271418 Log: Since r270929 raw sockets expect network byte order. Submitted by: avg Modified: head/sbin/dhclient/packet.c Modified: head/sbin/dhclient/packet.c ==