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

next in thread | raw e-mail | index | archive | help
qingli      2009-08-12 19:15:26 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet6         in6.c 
  Log:
  SVN rev 196152 on 2009-08-12 19:15:26Z by qingli
  
  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.
  
  Reviewed by:    bz
  Approved by:    re
  
  Revision  Changes    Path
  1.122     +3 -12     src/sys/netinet6/in6.c



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