summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>2015-12-16 08:47:47 +1100
committerteor (Tim Wilson-Brown) <teor2345@gmail.com>2015-12-16 08:51:59 +1100
commite2e09a2dbeae508ef8539e48eff1babb6aa0346e (patch)
treefb070370a5cda152d68143e327003f77b19e1d81 /changes
parentce92335214f4490f0e14487a99415c26777be2a8 (diff)
downloadtor-e2e09a2dbeae508ef8539e48eff1babb6aa0346e.tar.gz
tor-e2e09a2dbeae508ef8539e48eff1babb6aa0346e.zip
Warn when comparing against an AF_UNSPEC address in a policy
It produces unexpected results, and it's most likely a bug.
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".