diff options
author | teor <teor@torproject.org> | 2020-04-14 12:21:49 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2020-04-14 12:21:49 +1000 |
commit | 8c55d34e0adfd9585befd7ce1f71fb219ed63146 (patch) | |
tree | b55346d26151f45adc5933c237e9b8140999a9f9 /changes | |
parent | 41fa07f751aaf50297d3139c440f7fb3ed71338a (diff) | |
download | tor-8c55d34e0adfd9585befd7ce1f71fb219ed63146.tar.gz tor-8c55d34e0adfd9585befd7ce1f71fb219ed63146.zip |
core/or: Accurately log remote relay IPv6 addresses
Log IPv6 addresses on connections where this relay is the responder.
Previously, responding relays would replace the remote IPv6 address with
the IPv4 address from the consensus.
(The port is replaced with the IPv6 ORPort from the consensus, we will
resolve this issue in 33898.)
Fixes bug 33899; bugfix on 0.3.1.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug33899 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug33899 b/changes/bug33899 index 319df45dff..b9b7d7cf13 100644 --- a/changes/bug33899 +++ b/changes/bug33899 @@ -3,3 +3,7 @@ In 17604, relays assumed that a remote relay could consider an IPv6 connection canonical, but did not set the canonical flag on their side of the connection. Fixes bug 33899; bugfix on 0.3.1.1-alpha. + - Log IPv6 addresses on connections where this relay is the responder. + Previously, responding relays would replace the remote IPv6 address with + the IPv4 address from the consensus. + Fixes bug 33899; bugfix on 0.3.1.1-alpha. |