[tor-bugs] #9729 [Tor]: Make bridges publish additional ORPort addresses in their descriptor

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Oct 22 20:27:46 UTC 2013


#9729: Make bridges publish additional ORPort addresses in their descriptor
----------------------------+----------------------------------------------
     Reporter:  sqrt2       |      Owner:
         Type:              |     Status:  new
  enhancement               |  Milestone:
     Priority:  normal      |    Version:  Tor: 0.2.4.17-rc
    Component:  Tor         |   Keywords:  ORPort bridge multiple addresses
   Resolution:              |  Parent ID:
Actual Points:              |
       Points:              |
----------------------------+----------------------------------------------

Comment (by sqrt2):

 Yes, these are all IPv4 addresses (though I could also add reachable IPv6
 addresses if that helps with testing).

 The fact that in reality there are only IPv6 addresses appears to be a due
 to missing code that would make anything else happen; quoting struct
 routerinfo_t from or.h:

 {{{
   /** A router's IPv6 address, if it has one. */
   /* XXXXX187 Actually these should probably be part of a list of
 addresses,
    * not just a special case.  Use abstractions to access these; don't do
 it
    * directly. */
   tor_addr_t ipv6_addr;
   uint16_t ipv6_orport;
 }}}

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


More information about the tor-bugs mailing list