[tor-bugs] #15518 [Core Tor/Tor]: Tor considers routers in the same IPv6 /16 to be "in the same subnet"

Tor Bug Tracker & Wiki blackhole at torproject.org
Fri Aug 17 03:42:48 UTC 2018


#15518: Tor considers routers in the same IPv6 /16 to be "in the same subnet"
-------------------------------------------------+-------------------------
 Reporter:  isis                                 |          Owner:  neel
     Type:  defect                               |         Status:
                                                 |  merge_ready
 Priority:  High                                 |      Milestone:  Tor:
                                                 |  unspecified
Component:  Core Tor/Tor                         |        Version:
 Severity:  Normal                               |     Resolution:
 Keywords:  ipv6, path, path-bias, tor-client    |  Actual Points:
  easy                                           |
Parent ID:  #24393                               |         Points:  1
 Reviewer:  teor                                 |        Sponsor:
-------------------------------------------------+-------------------------
Changes (by teor):

 * status:  needs_revision => merge_ready


Comment:

 Your pull request has some extra commits a358d29, 438fc91 and a merge
 commit 81a2829. Next time you're updating a pull request, please add
 commits that just contain the new changes. (Re-doing all the changes, and
 doing merges, makes it harder to review your code.)

 Here's how you can add changes to an existing branch in a terminal:
 {{{
 git checkout b15518
 git pull
 (use your editor to make changes)
 git add -p
 git add new-file-name
 git commit
 git push origin b15518
 }}}

 I cherry-picked the commit 1f4f47e on master, and pushed it to
 https://github.com/teor2345/tor.git as b15518-min.

 If the CI passes, we can merge it.

 Thanks!

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


More information about the tor-bugs mailing list