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.
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.
>
>
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