diff options
-rw-r--r-- | net/ip6to4.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ip6to4.sh b/net/ip6to4.sh index 45644507..5569dee9 100644 --- a/net/ip6to4.sh +++ b/net/ip6to4.sh @@ -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" |