Hello!
Here is a patch for SLIP under 4.0-current...
After make it, i recompile kernel & SLIP work.
--- if_sl.c Tue Feb 2 01:42:35 1999
+++ if_sl.c.orig Tue Feb 2 01:56:41 1999
@@ -222,8 +222,7 @@
#ifdef SLIP_IFF_OPTS
SLIP_IFF_OPTS;
#else
-/* IFF_BROADCAST | IFF_POINTOPOINT | SC_AUTOCOMP |
IFF_MULTICAST; */
- IFF_POINTOPOINT | SC_AUTOCOMP | IFF_MULTICAST;
+ IFF_BROADCAST | IFF_POINTOPOINT | SC_AUTOCOMP |
IFF_MULTICAST;
#endif
sc->sc_if.if_type = IFT_SLIP;
sc->sc_if.if_ioctl = slioctl;
Plz fix it.
Rgdz,
Sergey A. Osokin
[email protected]
To Unsubscribe: send mail to [email protected]
with "unsubscribe freebsd-current" in the body of the message