[tor-bugs] #7478 [Core Tor/Tor]: Allow routersets to include/exclude nodes by IPv6 address

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed Jun 1 07:34:09 UTC 2016


#7478: Allow routersets to include/exclude nodes by IPv6 address
-------------------------------------------------+-------------------------
 Reporter:  nickm                                |          Owner:  teor
     Type:  enhancement                          |         Status:
 Priority:  High                                 |  needs_revision
Component:  Core Tor/Tor                         |      Milestone:  Tor:
 Severity:  Normal                               |  0.2.9.x-final
 Keywords:  tor-client, ipv6,                    |        Version:
  TorCoreTeam201605, TorCoreTeam-                |     Resolution:
  postponed-201604, review-group-2               |  Actual Points:
Parent ID:                                       |         Points:  1
 Reviewer:  mikeperry                            |        Sponsor:
-------------------------------------------------+-------------------------

Comment (by fergus):

 The {{{routerset_contains_*}}} functions are all just wrappers around
 {{{routerset_contains}}} that pull the information from different data
 structures. {{{routerset_contains}}} itself isn't in the header file or
 called by anything else.

 An issue I have just noticed is that the {{{extend_info_t}}} struct only
 has the address being connected to, but it needs to be checked against
 ExcludeNodes, which could cause it to be used if only the other address is
 excluded. I'm not really sure what to do about that.

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


More information about the tor-bugs mailing list