From owner-cvs-sys Mon Sep 9 17:40:48 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA01578 for cvs-sys-outgoing; Mon, 9 Sep 1996 17:40:48 -0700 (PDT) Received: from spinner.DIALix.COM (spinner.DIALix.COM [192.203.228.67]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id RAA01556; Mon, 9 Sep 1996 17:40:33 -0700 (PDT) Received: from spinner.DIALix.COM (localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.7.5/8.7.3) with ESMTP id IAA19621; Tue, 10 Sep 1996 08:40:22 +0800 (WST) Message-Id: <199609100040.IAA19621@spinner.DIALix.COM> X-Mailer: exmh version 1.6.7 5/3/96 To: Garrett Wollman cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/netinet in.c In-reply-to: Your message of "Mon, 09 Sep 1996 13:17:29 MST." <199609092017.NAA16614@freefall.freebsd.org> Date: Tue, 10 Sep 1996 08:40:22 +0800 From: Peter Wemm Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Garrett Wollman wrote: > wollman 96/09/09 13:17:28 > > Modified: sys/netinet in.c > Log: > Set subnetsarelocal to false. In a classless world, the other case > is almost never useful. (This is only a quick hack; someone should > go back and delete the entire subnetsarelocal==1 code path.) Hmm, also, isn't this part of the code pretty much bypassed with path-MTU discovery? Cheers, -Peter