Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Aug 2009 20:48:50 +0000 (UTC)
From:      Qing Li <qingli@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet6 in6.c
Message-ID:  <200908122049.n7CKn1xU055823@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
qingli      2009-08-12 20:48:50 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/netinet6         in6.c 
  Log:
  SVN rev 196154 on 2009-08-12 20:48:50Z by qingli
  
  MFC     r196152
  
  A piece of code was added to install a host route when an IPv6 interface
  address is configured with a /128 prefix. This is no longer necessary due
  to r192011. In fact that code conflicts with r192011. This patch removes
  the host route installation when detecting the /128 prefix, and instead
  let the code added by r192011 to install the loopback route for that IPv6
  interface address.
  
  Approved by:    re
  
  Revision   Changes    Path
  1.121.2.2  +3 -12     src/sys/netinet6/in6.c



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