[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem with ppp/pppoe after update with openbsd 3 snapshot january 2
On Tue, 8 Jan 2002, Jason Wright wrote:
> > bash# pppoe -i fxp3
> > pppoe: set interface: Device not configured
> >
> That error is from pppoe trying to setup bpf to listen to the fxp3 interface.
> Are you using a custom kernel? Did you use the kernel from the snapshot?
> Where is dmesg?
What timing. I just did a sendbug(1) on this with patch :)
bad strlcpy() , using sizeof(X.ifr_name) vs. IFNAMSIZ in pppoe.c
It would work with 2 letter names (dc0, ne0) but not 3 letter
names (fxpN, etc)
cheers,
--
jason