summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/ip6to4.sh2
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}"
# Now apply our IPv6 address to our config
- new="${new}${new:+ }${ip6}/16"
+ new="${new}${new:+ }${ip6}/48"
if [ -n "${localip}" ]; then
localip="any"