Subject: Re: kern/34907: Can not send packets on ppp link using BPF
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Husemann <martin@duskware.de>
List: netbsd-bugs
Date: 10/25/2006 15:05:08
The following reply was made to PR kern/34907; it has been noted by GNATS.

From: Martin Husemann <martin@duskware.de>
To: tbeadle@nexthop.com
Cc: gnats-bugs@netbsd.org
Subject: Re: kern/34907: Can not send packets on ppp link using BPF
Date: Wed, 25 Oct 2006 17:02:39 +0200

 On Wed, Oct 25, 2006 at 02:20:00PM +0000, tbeadle@nexthop.com wrote:
 >         case DLT_PPP:
 > +       case DLT_PPP_SERIAL:
 
 Maybe we should check and probably add some more DLT_* here (the wlan
 stuff and pppoe come to mind)?
 
 Martin