Date: Sat, 15 Aug 2009 00:04:12 +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: <200908150004.n7F04TNT059252@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
qingli 2009-08-15 00:04:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet ip_output.c Log: SVN rev 196235 on 2009-08-15 00:04:12Z by qingli MFC 196234 In function ip_output(), the cached route is flushed when there is a mismatch between the cached entry and the intended destination. The cached rtentry{} is flushed but the associated llentry{} is not. This causes the wrong destination MAC address being used in the output packets. The fix is to flush the llentry{} when rtentry{} is cleared. Reviewed by: kmacy, rwatson Approved by: re Revision Changes Path 1.314.2.2 +5 -1 src/sys/netinet/ip_output.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908150004.n7F04TNT059252>