Package: 6tunnel Version: 0.10rel-1 There was a source mapping bug in the code, which is now fixed in 0.11 version. When using -m option, to map v4 to specific v6 addresses, search function does not assign new value to the source_host variable.
a quick patch in the source would be: - find_ip6(remote); + source_host = find_ip6(remote); -- Vytautas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

