From owner-cvs-all Wed Dec 19 7:36:14 2001 Delivered-To: cvs-all@freebsd.org Received: from comp.chem.msu.su (comp-xl.chem.msu.su [158.250.32.157]) by hub.freebsd.org (Postfix) with ESMTP id 40C3837B416; Wed, 19 Dec 2001 07:36:00 -0800 (PST) Received: (from yar@localhost) by comp.chem.msu.su (8.11.1/8.11.1) id fBJFZtG23723; Wed, 19 Dec 2001 18:35:56 +0300 (MSK) (envelope-from yar) Date: Wed, 19 Dec 2001 18:35:55 +0300 From: Yar Tikhiy To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_output.c Message-ID: <20011219183555.C21732@comp.chem.msu.su> References: <200112191454.fBJEsDx96194@freefall.freebsd.org> <20011219172705.B54315@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011219172705.B54315@sunbay.com>; from ru@FreeBSD.org on Wed, Dec 19, 2001 at 05:27:05PM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Dec 19, 2001 at 05:27:05PM +0200, Ruslan Ermilov wrote: > On Wed, Dec 19, 2001 at 06:54:13AM -0800, Yar Tikhiy wrote: > > yar 2001/12/19 06:54:13 PST > > > > Modified files: > > sys/netinet ip_output.c > > Log: > > Don't try to free a NULL route when doing IPFIREWALL_FORWARD. > > An old route will be NULL at that point if a packet were initially > > routed to an interface (using the IP_ROUTETOIF flag.) > > > > Submitted by: Igor Timkin > > > > Revision Changes Path > > 1.145 +2 -1 src/sys/netinet/ip_output.c > > > That is, setsockopt(2)'s SO_DONTROUTE, right? Exactly, they've been equivalent up to now. -- Yar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message