summaryrefslogtreecommitdiff
path: root/net.Linux/ip6to4.sh
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-05-03 11:43:16 +0000
committerRoy Marples <roy@marples.name>2007-05-03 11:43:16 +0000
commitda7f6e7b11f5198addce3056d1073ef7dfe53cea (patch)
treed5b862bc4641492718a7fcc829f072ded79ef3ef /net.Linux/ip6to4.sh
parente5a82d5fe658d8c607e10604536ba67bb347b2ae (diff)
downloadopenrc-da7f6e7b11f5198addce3056d1073ef7dfe53cea.tar.gz
openrc-da7f6e7b11f5198addce3056d1073ef7dfe53cea.tar.bz2
openrc-da7f6e7b11f5198addce3056d1073ef7dfe53cea.tar.xz
Allow ip6to4 tunnels to use any derived address, #170290.
Diffstat (limited to 'net.Linux/ip6to4.sh')
-rw-r--r--net.Linux/ip6to4.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net.Linux/ip6to4.sh b/net.Linux/ip6to4.sh
index 03d4fac..f5d8b15 100644
--- a/net.Linux/ip6to4.sh
+++ b/net.Linux/ip6to4.sh
@@ -80,7 +80,7 @@ ip6to4_start() {
if [ "${IFACE}" != "sit0" ] ; then
ebegin "Creating 6to4 tunnel on ${IFACE}"
- _tunnel add "${IFACE}" mode sit ttl 255 remote any local "${ip}"
+ _tunnel add "${IFACE}" mode sit ttl 255 remote any local any
eend $? || return 1
_up
fi