Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Dec 2013 17:51:19 +0900 (JST)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        peter@FreeBSD.org
Cc:        svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org
Subject:   Re: svn commit: r259094 - head/etc/rc.d
Message-ID:  <20131209.175119.597284254662875353.hrs@allbsd.org>
In-Reply-To: <201312080555.rB85tu8W016979@svn.freebsd.org>
References:  <201312080555.rB85tu8W016979@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
----Security_Multipart(Mon_Dec__9_17_51_19_2013_503)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi Peter,

Peter Wemm <peter@FreeBSD.org> wrote
  in <201312080555.rB85tu8W016979@svn.freebsd.org>:

pe> Author: peter
pe> Date: Sun Dec  8 05:55:55 2013
pe> New Revision: 259094
pe> URL: http://svnweb.freebsd.org/changeset/base/259094
pe>
pe> Log:
pe>   Rev 256256 had an undocumented side effect of breaking existing behavior
pe>   for ipv6 jails.
pe>
pe>   Among the harmful side effects included putting a route to an entire /64
pe>   onto an interface even if you were in a smaller network - eg: /80.
pe>   This broke the freebsd.org cluster hosted at ISC which has /80 networks.
pe>
pe> Modified:
pe>   head/etc/rc.d/jail

 The reason why it was changed is that I think an IPv6 GUA with no
 prefix length information should always be interpret as a /64 because
 the other tools like ifconfig do so.  IPv6 is designed to always use
 a correct prefix length and avoid using a /128 for aliases.  Is there
 a problem with specifying a /80 address to ip6.addr if a box is on a
 /80 network?

 I know many people are using 2001:db8::1/80 + 2001:db8::2/128 on the
 same interface similar to 192.168.0.1/24 + 192.168.0.2/32.  It
 certainly works, but the both should be /80....

-- Hiroki

----Security_Multipart(Mon_Dec__9_17_51_19_2013_503)--
Content-Type: application/pgp-signature
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.13 (FreeBSD)

iEYEABECAAYFAlKlhIcACgkQTyzT2CeTzy3wRgCbBu4WPPvfOg8c/bWpaYPug2e7
ne4AnjdqYfniXkm3rFTjj4ySHGUX/aTo
=vPFj
-----END PGP SIGNATURE-----

----Security_Multipart(Mon_Dec__9_17_51_19_2013_503)----



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