From owner-freebsd-current Mon Feb 1 16:27:47 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA12573 for freebsd-current-outgoing; Mon, 1 Feb 1999 16:27:47 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA12568 for ; Mon, 1 Feb 1999 16:27:44 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.2/8.9.1) id QAA27798; Mon, 1 Feb 1999 16:27:30 -0800 (PST) (envelope-from dillon) Date: Mon, 1 Feb 1999 16:27:30 -0800 (PST) From: Matthew Dillon Message-Id: <199902020027.QAA27798@apollo.backplane.com> To: oZZ!!! Cc: freebsd-current@FreeBSD.ORG Subject: Re: Fix problems with SLIP under 4.0-current... References: 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 : :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