diff options
author | David Goulet <dgoulet@torproject.org> | 2021-02-08 11:51:45 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-02-08 11:51:45 -0500 |
commit | 685c4866acf8489c58aca41ec01aa5a53e39220a (patch) | |
tree | b4130c5715633ed72c8713a50f1d0b18c8c91837 /changes | |
parent | f420eacf1858220f1cb284353f975e03464b15e4 (diff) | |
download | tor-685c4866acf8489c58aca41ec01aa5a53e39220a.tar.gz tor-685c4866acf8489c58aca41ec01aa5a53e39220a.zip |
relay: Look at the omit IPv6 flag when publishing
In two instances we must look at this flag:
1. When we build the descriptor so the IPv6 is NOT added to the descriptor in
case we judge that we need to omit the address but still publish.
2. When we are deciding if the descriptor is publishable. This flags tells us
that the IPv6 was not found reachable but we should still publish.
Fixes #40279
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket40279 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket40279 b/changes/ticket40279 new file mode 100644 index 0000000000..351db40789 --- /dev/null +++ b/changes/ticket40279 @@ -0,0 +1,4 @@ + o Major bugfixes (IPv6, relay): + - Fix a bug that prevented a relay to publish its descriptor in the case of + an auto-discovered IPv6 that was found unreachable for which we always + publish if the IPv4 is correct. Fixes bug 40279; bugfix on 0.4.5.1-alpha. |