From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RZEIS-00060X-3J for garchives@archives.gentoo.org; Sat, 10 Dec 2011 04:12:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9246521C02B; Sat, 10 Dec 2011 04:12:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5C9B421C0BD for ; Sat, 10 Dec 2011 04:12:16 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CE6391B4010 for ; Sat, 10 Dec 2011 04:12:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 1C3A380042 for ; Sat, 10 Dec 2011 04:12:13 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <8ea1190486f9194bac9dfcb355021ebc8e8c15ce.WilliamH@gentoo> Subject: [gentoo-commits] proj/openrc:master commit in: net/ X-VCS-Repository: proj/openrc X-VCS-Files: net/ip6to4.sh X-VCS-Directories: net/ X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 8ea1190486f9194bac9dfcb355021ebc8e8c15ce Date: Sat, 10 Dec 2011 04:12:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f148e459-2a1a-4816-a3b5-e9c804ced9d7 X-Archives-Hash: 8f289c6d954ff9c17859fb84d0e77ea9 commit: 8ea1190486f9194bac9dfcb355021ebc8e8c15ce Author: William Hubbs gentoo org> AuthorDate: Sat Dec 10 03:57:00 2011 +0000 Commit: William Hubbs gentoo org> CommitDate: Sat Dec 10 03:57:00 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3D8ea11904 ip6to4: set correct subnet mask The correct setting for this is /48. Reported-by: MaratIK gmail.com> X-Gentoo-Bug: 392723 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=3D392723 --- net/ip6to4.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/ip6to4.sh b/net/ip6to4.sh index 4564450..5569dee 100644 --- a/net/ip6to4.sh +++ b/net/ip6to4.sh @@ -67,7 +67,7 @@ ip6to4_start() veinfo "Derived IPv6 address: ${ip6}" =20 # Now apply our IPv6 address to our config - new=3D"${new}${new:+ }${ip6}/16" + new=3D"${new}${new:+ }${ip6}/48" =20 if [ -n "${localip}" ]; then localip=3D"any"