ip6to4: set correct subnet mask

The correct setting for this is /48.

Reported-by: MaratIK <marat.buharov@gmail.com>
X-Gentoo-Bug: 392723
X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=392723
This commit is contained in:
William Hubbs 2011-12-09 21:57:00 -06:00
parent a1c655949f
commit 8ea1190486

View File

@ -67,7 +67,7 @@ ip6to4_start()
veinfo "Derived IPv6 address: ${ip6}"
# Now apply our IPv6 address to our config
new="${new}${new:+ }${ip6}/16"
new="${new}${new:+ }${ip6}/48"
if [ -n "${localip}" ]; then
localip="any"