: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
:
:Plz fix it.
:
:Rgdz,
:Sergey A. Osokin
:o...@etrust.ru

    Ach.  I forgot to restore the original IFF_ options when I added 
    SLIP_IFF_OPTS.  

    I am presuming that you actually mean 'remove IFF_BROADCAST from the
    default options'.  I'll commit a fix.

                                                -Matt


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to