From owner-freebsd-bugs Tue Jul 7 09:32:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA24377 for freebsd-bugs-outgoing; Tue, 7 Jul 1998 09:32:34 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA24372 for ; Tue, 7 Jul 1998 09:32:32 -0700 (PDT) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id JAA26661; Tue, 7 Jul 1998 09:27:02 -0700 (PDT) Message-Id: <199807071627.JAA26661@implode.root.com> To: Samuel S Thomas cc: Poul-Henning Kamp , freebsd-bugs@FreeBSD.ORG Subject: Re: kern/7191: FreeBSD 2.2.6 generates Source-route prohibited when not routing In-reply-to: Your message of "Tue, 07 Jul 1998 16:23:24 -0000." <19980707162324.A13902@lart.net> From: David Greenman Reply-To: dg@root.com Date: Tue, 07 Jul 1998 09:27:01 -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >have patched, compile should only take 3 or 4 days ;-) (486sx33 >laptop...yawn) will test this at work, also...have a few FreeBSD boxes Don't bother. It doesn't work correctly. The code thinks that the packet is local and ends up generating a ICMP port-unreachable...which is quite bogus. I think I know what is wrong, but the fix is ugly. >lying about that I can play with. btw, after scrolling through the >if_ep.c code again with my bloodshot eyes, it does appear that it may be >setting the card up as promiscuous for multicast. is there a way to >disable multicast to test that theory? (only handbook/faq info I could >find cheerfully states that it's enabled by default) There should be a device flag to enable all multicasts; it should not be necessary to set promiscuous mode. >p.s. (what's with the change in buf[] definition? trying to spare the >extra cycles? ;-) Code readability. -DG David Greenman Co-founder/Principal Architect, The FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message