summaryrefslogtreecommitdiff
path: root/net/ip6to4.sh
diff options
context:
space:
mode:
Diffstat (limited to 'net/ip6to4.sh')
-rw-r--r--net/ip6to4.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ip6to4.sh b/net/ip6to4.sh
index 6bddb7e..2349429 100644
--- a/net/ip6to4.sh
+++ b/net/ip6to4.sh
@@ -56,7 +56,7 @@ ip6to4_start()
[ ${i} -lt 32 ] && continue
;;
esac
-
+
veinfo "IPv4 address on ${host}: ${ip}/${subnet}"
local ipa= ip6= IFS="${IFS}."
for i in ${ip}; do
@@ -87,7 +87,7 @@ ip6to4_start()
eend $? || return 1
_up
fi
-
+
# Now apply our config
eval config_${config_index}=\'"${new}"\'
config_index=$((${config_index} - 1))