Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Feb 1999 02:03:32 +0300 (MSK)
From:      oZZ!!! <osa@etrust.ru>
To:        freebsd-current@FreeBSD.ORG
Subject:   Fix problems with SLIP under 4.0-current...
Message-ID:  <Pine.BSF.4.05.9902020153010.355-100000@ozz.etrust.ru>

next 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
 		sc->sc_if.if_type = IFT_SLIP;
 		sc->sc_if.if_ioctl = slioctl;

Plz fix it.

Rgdz,
Sergey A. Osokin
osa@etrust.ru



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?Pine.BSF.4.05.9902020153010.355-100000>