Merge branch 'pr_1931_squashed'

This commit is contained in:
Nick Mathewson
2020-06-24 13:38:32 -04:00
3 changed files with 84 additions and 14 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor features (IPv6, ExcludeNodes):
- Make routerset_contains_router() capable of handling IPv6
addresses. This makes ExcludeNodes capable of excluding an
IPv6 adddress. Previously, ExcludeNodes ignored IPv6
addresses. Closes ticket 34065. Patch by Neel Chauhan.