[tor-bugs] #4617 [Tor Client]: IPv6 bridge address might go unused

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Wed Nov 30 21:42:49 UTC 2011


#4617: IPv6 bridge address might go unused
------------------------+---------------------------------------------------
 Reporter:  ln5         |          Owner:  ln5
     Type:  defect      |         Status:  new
 Priority:  minor       |      Milestone:     
Component:  Tor Client  |        Version:     
 Keywords:  ipv6        |         Parent:     
   Points:              |   Actualpoints:     
------------------------+---------------------------------------------------
 Configure a client with the IPv4 and the IPv6 address of a bridge.
 One of them are going to be "preferred", as pointed out in logs (notice
 level).
 It happens to be the first Bridge line that becomes preferred.
 Regardless of which is preferred, two connections will be established with
 the bridge, one over IPv4 and one over IP6.
 When the IPv6 address of a bridge is reported to be preferred, the IPv4
 address will still be used, it seems.

 This is because we already have a connection, the IPv4 one, so there's no
 attempt of setting up a second to the same bridge.

 This bug should be fixed as part of the work with making the connection
 code aware of the multitude of addresses, probably by replacing the
 node->is_running flag with a flag per node address.

 The workaround for clients that don't want to use the IPv4 address of a
 given bridge is to remove it from the configuration.

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/4617>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list