[tor-bugs] #13221 [Tor]: Misleading error messages about bind_ipv4_only and bind_ipv6_only?
Tor Bug Tracker & Wiki
blackhole at torproject.org
Mon Sep 22 18:15:54 UTC 2014
#13221: Misleading error messages about bind_ipv4_only and bind_ipv6_only?
------------------------+------------------------------------
Reporter: arma | Owner:
Type: defect | Status: new
Priority: minor | Milestone: Tor: 0.2.6.x-final
Component: Tor | Version:
Keywords: tor-client | Actual Points:
Parent ID: | Points:
------------------------+------------------------------------
{{{
if (bind_ipv4_only && tor_addr_family(&addr) == AF_INET6) {
log_warn(LD_CONFIG, "Could not interpret %sPort address as IPv6",
portname);
goto err;
}
}}}
Is this warn mixed up? Same with the one below it.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/13221>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list