Date: Fri, 28 Aug 2009 05:37:31 +0000 (UTC) From: Qing Li <qingli@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet ip_output.c Message-ID: <200908280538.n7S5c1al055671@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
qingli 2009-08-28 05:37:31 UTC FreeBSD src repository Modified files: sys/netinet ip_output.c Log: SVN rev 196608 on 2009-08-28 05:37:31Z by qingli Do not try to free the rt_lle entry of the cached route in ip_output() if the cached route was not initialized from the flow-table. The rt_lle entry is invalid unless it has been initialized through the flow-table. Reviewed by: kmacy, rwatson MFC after: immediately Revision Changes Path 1.317 +1 -3 src/sys/netinet/ip_output.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908280538.n7S5c1al055671>