Re: replace bpf open loops

2016-05-28 Thread Martin Natano
On Fri, May 27, 2016 at 10:03:37PM +0200, Jeremie Courreges-Anglas wrote: > Martin Natano writes: > > > I think it's time to get rid of all the bpf open() loops in base. > > dhclient and libpcap do a plain open("/dev/bpf0", ...) since a couple of > > weeks now and the upgrade issue (/dev/bpf vs.

Re: replace bpf open loops

2016-05-27 Thread Jeremie Courreges-Anglas
Martin Natano writes: > I think it's time to get rid of all the bpf open() loops in base. > dhclient and libpcap do a plain open("/dev/bpf0", ...) since a couple of > weeks now and the upgrade issue (/dev/bpf vs. /dev/bpf0) has been fixed. > I didn't hear any other complaints in the meantime. > >

replace bpf open loops

2016-05-26 Thread Martin Natano
I think it's time to get rid of all the bpf open() loops in base. dhclient and libpcap do a plain open("/dev/bpf0", ...) since a couple of weeks now and the upgrade issue (/dev/bpf vs. /dev/bpf0) has been fixed. I didn't hear any other complaints in the meantime. Ok? Too soon? natano Index: usr