summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-12-16 08:48:28 -0500
committerNick Mathewson <nickm@torproject.org>2015-12-16 08:48:28 -0500
commitbb23ad3e47d2953079fb1d8d7c02db939a30633b (patch)
treea5fd54578b21253a6202825a6294461e6e538229 /changes
parent10e442ba93be0c41daec10319943aa19c616b281 (diff)
parente2e09a2dbeae508ef8539e48eff1babb6aa0346e (diff)
downloadtor-bb23ad3e47d2953079fb1d8d7c02db939a30633b.tar.gz
tor-bb23ad3e47d2953079fb1d8d7c02db939a30633b.zip
Merge remote-tracking branch 'teor/feature17863'
Diffstat (limited to 'changes')
-rw-r--r--changes/feature178636
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/feature17863 b/changes/feature17863
new file mode 100644
index 0000000000..86c4e2ce0c
--- /dev/null
+++ b/changes/feature17863
@@ -0,0 +1,6 @@
+ o Minor feature (IPv6):
+ - Add address policy assume_action support for IPv6 addresses.
+ - Limit IPv6 mask bits to 128.
+ - Warn when comparing against an AF_UNSPEC address in a policy,
+ it's almost always a bug.
+ Closes ticket 17863; patch by "teor".