[tor-commits] [chutney/master] warnings: Also ignore duplicate IPv6Exit options

teor at torproject.org teor at torproject.org
Fri Feb 14 03:05:53 UTC 2020


commit 2cbfa9af167c34bf8a0251ae55321ed5b28e627d
Author: teor <teor at torproject.org>
Date:   Fri Feb 14 13:05:00 2020 +1000

    warnings: Also ignore duplicate IPv6Exit options
    
    Cleanup after Tor's 33280.
---
 tools/ignore.warnings | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/ignore.warnings b/tools/ignore.warnings
index dc8ce96..872db6f 100644
--- a/tools/ignore.warnings
+++ b/tools/ignore.warnings
@@ -46,6 +46,7 @@ Not enough info to publish pending .* consensus
 # Necessary to make IPv4 and IPv6 exit templates work
 Option 'ExitPolicyRejectPrivate' used more than once
 Option 'ExitRelay' used more than once
+Option 'IPv6Exit' used more than once
 # We ignore consensus failure warnings
 Received http status code 404 .* from server .* while fetching
 # Tor Bug 21525



More information about the tor-commits mailing list