Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Apr 2011 12:18:27 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet6 nd6_nbr.c
Message-ID:  <201104181218.p3ICIkJu067788@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2011-04-18 12:18:27 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/netinet6         nd6_nbr.c 
  Log:
  SVN rev 220773 on 2011-04-18 12:18:27Z by bz
  
  MFC r220743:
  
    Fix IPv6 ND.  After r219562 we in nd6_ns_input() were erroneously always
    passing the cached proxydl reference (sockaddr_dl initialized or not) to
    nd6_na_output().  nd6_na_output() will thus assume a proxy NA.  Revert to
    conditionally passing either &proxydl or NULL if no proxy case desired.
  
    Tested by:    ipv6gw and ref9-i386
    Tested by:    Pete French (petefrench ingresso.co.uk on stable)
    Reported by:  Pete French (petefrench ingresso.co.uk on stable)
    Reported by:  bz, simon on Y! cluster
    Reported by:  kib
  PR:             kern/151908
  X-Early-MFC:    yes
  
  Revision  Changes    Path
  1.69.2.7  +2 -2      src/sys/netinet6/nd6_nbr.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104181218.p3ICIkJu067788>