Re: using the ppp driver

1999-09-23 Thread Wes Peters
> Daniel Hilevich wrote: > > Hi, > I'm trying to write a driver which sends ppp packets through the ethernet > NIC. In order avoid implementing all the ppp protocol I want to use the > existing ppp driver in FreeBSD. Is there a way to send to the ppp driver > data and get it back covered with

using the ppp driver

1999-09-23 Thread Daniel Hilevich
Hi, I'm trying to write a driver which sends ppp packets through the ethernet NIC. In order avoid implementing all the ppp protocol I want to use the existing ppp driver in FreeBSD. Is there a way to send to the ppp driver data and get it back covered with the appropriate ppp frame? If there