Date: Wed, 19 Dec 2001 06:54:13 -0800 (PST) From: Yar Tikhiy <yar@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_output.c Message-ID: <200112191454.fBJEsDx96194@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <ivt@gamma.ru> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112191454.fBJEsDx96194>