summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>2015-12-07 14:44:23 +1100
committerteor (Tim Wilson-Brown) <teor2345@gmail.com>2015-12-07 14:46:19 +1100
commit021958934f02919eabca884f935cb27a013b4ab9 (patch)
treebdb00a3e78f87826ec27504fbc872165811943ea /changes
parentee5337e90497e31c1ef18630c4f089e70bda5269 (diff)
downloadtor-021958934f02919eabca884f935cb27a013b4ab9.tar.gz
tor-021958934f02919eabca884f935cb27a013b4ab9.zip
Consistently ignore multicast in internal reject private exit policies
Consistently ignore multicast addresses when automatically generating reject private exit policies. Closes ticket 17763. Bug fix on 10a6390deb3c9, not in any released version of Tor. Patch by "teor".
Diffstat (limited to 'changes')
-rw-r--r--changes/bug177635
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug17763 b/changes/bug17763
new file mode 100644
index 0000000000..d565d13a7d
--- /dev/null
+++ b/changes/bug17763
@@ -0,0 +1,5 @@
+ o Minor bug fixes (exit policies):
+ - Consistently ignore multicast addresses when automatically
+ generating reject private exit policies.
+ Closes ticket 17763. Bug fix on 10a6390deb3c9,
+ not in any released version of Tor. Patch by "teor".