Allow ip6to4 tunnels to use any derived address, #170290.

This commit is contained in:
Roy Marples 2007-05-03 11:43:16 +00:00
parent e5a82d5fe6
commit da7f6e7b11
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,8 @@
03 May 2007; Roy Marples <uberlord@gentoo.org>:
Allow ip6to4 tunnels to use any derived address, #170290.
dns_sortlist and dns_options now work as documented, #175367.
02 May 2007; Roy Marples <uberlord@gentoo.org>:

View File

@ -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