[En-Nut-Discussion] Nut 3.0.1 and PPP
Tarmo Fimberg
tarmo at kaugotsing.ee
Fri Feb 14 09:02:36 CET 2003
I found little bug:
In NutNetIfConfig (in net/ifconfig.c) one can use:
nif->if_host_dev = _fileno(mac_dev);
(not nif->if_host_dev = (int)(mac_dev);)
Now I must implement some CHAP support, because it is default option here,
which must be at least rejected...
> Any success in porting PPP to v3.0.1?
>
> I have ported ppp_demo app to new io,
> but currently PPPif.c breaks in function NutPPPOutput at line
> return nif->if_send(dev, nb);
>
>
>
Best wishes,
Tarmo Fimberg
More information about the En-Nut-Discussion
mailing list