diff options
Diffstat (limited to 'changes/bug16069-exit-policy-rule6')
-rw-r--r-- | changes/bug16069-exit-policy-rule6 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/changes/bug16069-exit-policy-rule6 b/changes/bug16069-exit-policy-rule6 new file mode 100644 index 0000000000..5b0560a2cf --- /dev/null +++ b/changes/bug16069-exit-policy-rule6 @@ -0,0 +1,16 @@ + o Minor bug fixes (torrc exit policies): + - When parsing torrc ExitPolicies, we now warn if: + * an IPv4 address is used on an accept6 or reject6 line. The line is + ignored, but the rest of the policy items in the list are used. + (accept/reject continue to allow both IPv4 and IPv6 addresses in + torrcs.) + * a "private" address alias is used on an accept6 or reject6 line. + The line filters both IPv4 and IPv6 private addresses, disregarding + the 6 in accept6/reject6. + - When parsing torrc ExitPolicies, we now issue an info-level message: + * when expanding an accept/reject * line to include both IPv4 and IPv6 + wildcard addresses. + - In each instance, usage advice is provided to avoid the message. + Partial fix for ticket 16069. Patch by "teor". + Patch on 2eb7eafc9d78 and a96c0affcb4c (25 Oct 2012), + released in 0.2.4.7-alpha. |