Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Apr 2011 16:07:08 +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:  <201104171607.p3HG7S41095008@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2011-04-17 16:07:08 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet6         nd6_nbr.c 
  Log:
  SVN rev 220743 on 2011-04-17 16:07:08Z by bz
  
  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
  Reported by:    Pete French (petefrench ingresso.co.uk on stable)
  Reported by:    bz, simon on Y! cluster
  Reported by:    kib
  PR:             kern/151908
  MFC after:      3 days
  
  Revision  Changes    Path
  1.81      +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?201104171607.p3HG7S41095008>