Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Feb 1999 16:27:30 -0800 (PST)
From:      Matthew Dillon <dillon@apollo.backplane.com>
To:        oZZ!!! <osa@etrust.ru>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: Fix problems with SLIP under 4.0-current...
Message-ID:  <199902020027.QAA27798@apollo.backplane.com>
References:   <Pine.BSF.4.05.9902020153010.355-100000@ozz.etrust.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
: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
:osa@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 majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902020027.QAA27798>