From owner-freebsd-current Mon Feb 1 15:04:35 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA01502 for freebsd-current-outgoing; Mon, 1 Feb 1999 15:04:35 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from ozz.etrust.ru (ozz.etrust.ru [195.2.84.116]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA01454 for ; Mon, 1 Feb 1999 15:04:23 -0800 (PST) (envelope-from osa@etrust.ru) Received: from localhost (localhost [127.0.0.1]) by ozz.etrust.ru (8.9.2/8.9.1) with ESMTP id CAA00525 for ; Tue, 2 Feb 1999 02:03:32 +0300 (MSK) (envelope-from osa@etrust.ru) Date: Tue, 2 Feb 1999 02:03:32 +0300 (MSK) From: oZZ!!! To: freebsd-current@FreeBSD.ORG Subject: Fix problems with SLIP under 4.0-current... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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