From owner-freebsd-net@FreeBSD.ORG Thu Nov 13 15:37:25 2003 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB4F916A4CE for ; Thu, 13 Nov 2003 15:37:25 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6096543FD7 for ; Thu, 13 Nov 2003 15:37:22 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 5114E65439 for ; Wed, 12 Nov 2003 10:10:06 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 68560-02 for ; Wed, 12 Nov 2003 10:10:06 +0000 (GMT) Received: from saboteur.dek.spc.org (unknown [82.147.19.91]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id E967C6530D for ; Wed, 12 Nov 2003 10:10:05 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 795B9BD; Wed, 12 Nov 2003 10:10:05 +0000 (GMT) Date: Wed, 12 Nov 2003 10:10:05 +0000 From: Bruce M Simpson To: freebsd-net@freebsd.org Message-ID: <20031112101005.GB22550@saboteur.dek.spc.org> Mail-Followup-To: freebsd-net@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: subnets_are_local unused? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Nov 2003 23:37:26 -0000 X-List-Received-Date: Thu, 13 Nov 2003 23:37:26 -0000 X-List-Received-Date: Thu, 13 Nov 2003 23:37:26 -0000 Hi, The sysctl net.inet.ip.subnets_are_local doesn't appear to be referenced anywhere anymore (in RELENG_4 or HEAD). Can it go in the bin? Or is it there for a specific reason? BMS