From owner-cvs-all Wed Dec 19 6:54:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B1FD337B416; Wed, 19 Dec 2001 06:54:13 -0800 (PST) Received: (from yar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBJEsDx96194; Wed, 19 Dec 2001 06:54:13 -0800 (PST) (envelope-from yar) Message-Id: <200112191454.fBJEsDx96194@freefall.freebsd.org> From: Yar Tikhiy Date: Wed, 19 Dec 2001 06:54:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_output.c X-FreeBSD-CVS-Branch: HEAD 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 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message