diff options
author | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2015-12-16 08:47:47 +1100 |
---|---|---|
committer | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2015-12-16 08:51:59 +1100 |
commit | e2e09a2dbeae508ef8539e48eff1babb6aa0346e (patch) | |
tree | fb070370a5cda152d68143e327003f77b19e1d81 /changes | |
parent | ce92335214f4490f0e14487a99415c26777be2a8 (diff) | |
download | tor-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/feature17863 | 6 |
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". |