Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 May 2009 02:25:45 +0000 (UTC)
From:      Qing Li <qingli@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet6 in6.c
Message-ID:  <200905180226.n4I2Q1IW037439@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
qingli      2009-05-18 02:25:45 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet6         in6.c 
  Log:
  SVN rev 192282 on 2009-05-18 02:25:45Z by qingli
  
  This patch resolves the following issues:
  
  -- A routing socket message is not generated when an IPv6 address is
     either inserted or deleted from an interface. The missing routing
     message problem was discovered by Randall Stewart and Michael Tuxen
     during SCTP testing.
  
  -- Previously when an IPv6 address is configured on an interface, if the
     prefix length is /128, then a host route is instaleld in the kernel
     for this address. But this host route is not deleted when that IPv6
     address is removed from the interface.
  
  -- Routes to the link-local all-nodes multicast address and the
     interface-local all-nodes multicast address are not removed when
     the last IPv6 address is removed from an interface.
  
  Reviewed by:    bz, gnn
  
  Revision  Changes    Path
  1.107     +196 -1    src/sys/netinet6/in6.c



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