From owner-cvs-sys Mon Sep 9 13:17:41 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA16628 for cvs-sys-outgoing; Mon, 9 Sep 1996 13:17:41 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA16614; Mon, 9 Sep 1996 13:17:29 -0700 (PDT) Date: Mon, 9 Sep 1996 13:17:29 -0700 (PDT) From: Garrett Wollman Message-Id: <199609092017.NAA16614@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/netinet in.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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.) Revision Changes Path 1.25 +2 -2 src/sys/netinet/in.c