Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Aug 2009 23:44:59 +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:  <200908142345.n7ENj8Q0056877@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
qingli      2009-08-14 23:44:59 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          ip_output.c 
  Log:
  SVN rev 196234 on 2009-08-14 23:44:59Z by qingli
  
  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.315     +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?200908142345.n7ENj8Q0056877>