From owner-cvs-sys Mon Oct 27 13:45:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA28904 for cvs-sys-outgoing; Mon, 27 Oct 1997 13:45:48 -0800 (PST) (envelope-from owner-cvs-sys) Received: from gvr.gvr.org (root@gvr.gvr.org [194.151.74.97]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA28864; Mon, 27 Oct 1997 13:45:26 -0800 (PST) (envelope-from guido@gvr.org) Received: (from guido@localhost) by gvr.gvr.org (8.8.6/8.8.5) id WAA05113; Mon, 27 Oct 1997 22:33:25 +0100 (MET) From: Guido van Rooij Message-Id: <199710272133.WAA05113@gvr.gvr.org> Subject: Re: cvs commit: src/sys/netinet ip_input.c In-Reply-To: <199710272125.NAA00910@implode.root.com> from David Greenman at "Oct 27, 97 01:25:15 pm" To: dg@root.com Date: Mon, 27 Oct 1997 22:33:25 +0100 (MET) Cc: guido@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk David Greenman wrote: > >guido 1997/10/27 13:07:27 PST > > > > Modified files: > > sys/netinet ip_input.c > > Log: > > When dosourcerouting is set do not sourceoute.... > > Huh? > Either I am very stupid and much to tired to do something or we forward loosely routed packets (provided ipforwarding is set). In my opinion, if dosourceroute is set to 0, we should not not let any source routed packets pass. Oops..Now I read what I typed as the commit log...blush. The Log should be: When dosourcerouting is NOT set, do not sourceoute -Guido