From owner-freebsd-net@FreeBSD.ORG Mon Oct 25 16:19:50 2004 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 29EDE16A4CE for ; Mon, 25 Oct 2004 16:19:50 +0000 (GMT) Received: from shellma.zin.lublin.pl (shellma.zin.lublin.pl [212.182.126.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id A354A43D2D for ; Mon, 25 Oct 2004 16:19:49 +0000 (GMT) (envelope-from pawmal-posting@freebsd.lublin.pl) Received: by shellma.zin.lublin.pl (Postfix, from userid 1018) id 571FC347BA8; Mon, 25 Oct 2004 18:18:25 +0200 (CEST) Date: Mon, 25 Oct 2004 18:18:25 +0200 From: Pawel Malachowski To: Iasen Kostov Message-ID: <20041025161825.GA33749@shellma.zin.lublin.pl> References: <417D25E2.1080309@OTEL.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <417D25E2.1080309@OTEL.net> User-Agent: Mutt/1.4.2i cc: freebsd-net@freebsd.org Subject: Re: arp_rtrequest() panich & patch for comments X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-net@freebsd.org List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2004 16:19:50 -0000 On Mon, Oct 25, 2004 at 07:12:18PM +0300, Iasen Kostov wrote: > This is the segment of code: > > if ((rt->rt_flags & RTF_HOST) == 0 && > SIN(rt_mask(rt))->sin_addr.s_addr != 0xffffffff) > rt->rt_flags |= RTF_CLONING; BTW, http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/42030 -- Paweł Małachowski