commit e170ba580562990a087da17b4d4492f95b3bd8d7 Author: teor teor@torproject.org Date: Wed Mar 11 13:03:57 2020 +1000
warnings: ignore some padding warnings
These warnings are caused by known bugs in tor. But they confuse some chutney users.
Related to tor ticket 33354, and similar tickets. --- tools/ignore.warnings | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/tools/ignore.warnings b/tools/ignore.warnings index 53ea9f7..a95e48a 100644 --- a/tools/ignore.warnings +++ b/tools/ignore.warnings @@ -47,6 +47,10 @@ Not enough info to publish pending .* consensus Option 'ExitPolicyRejectPrivate' used more than once Option 'ExitRelay' used more than once Option 'IPv6Exit' used more than once +# We ignore padding warnings +Ignored cell.*40.*that arrived in padding circuit +Padding negotiated cell from wrong hop +Received circuit padding stop command for unknown machine # We ignore consensus failure warnings our cutoff for received votes Posted vote received too late
tor-commits@lists.torproject.org