Subject: in-kernel PPPoE
To: None <current-users@netbsd.org>
From: IMAMURA Tomoaki <yu@please.readme.jp>
List: current-users
Date: 10/05/2001 17:12:06
I'm trying in-kernel PPPoE in my 1.5Y/i386 box.
1. I added 'pseudo-device pppoe 2' line to GENERIC and created new kernel.
% nm /netbsd | grep -i pppoeattach
c0227a08 T pppoeattach
2. I used pppoectl(8) but it gets error:
# pppoectl -e fxp0 pppoe0
pppoe0: ioctl(PPPOESETPARMS): Unknown error: 4294967295
I also tried 'make clean dependall install' in /usr/src/usr.sbin/isdn/,
but this problem was not fixed.
Any ideas?
Thanks,
Yu