From da7f6e7b11f5198addce3056d1073ef7dfe53cea Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 3 May 2007 11:43:16 +0000 Subject: Allow ip6to4 tunnels to use any derived address, #170290. --- net.Linux/ip6to4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net.Linux/ip6to4.sh') 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 -- cgit v1.2.3