bug33899 571 B

123456789
  1. o Minor bugfixes (IPv6, relay):
  2. - Consider IPv6 addresses when checking if a connection is canonical.
  3. In 17604, relays assumed that a remote relay could consider an IPv6
  4. connection canonical, but did not set the canonical flag on their side
  5. of the connection. Fixes bug 33899; bugfix on 0.3.1.1-alpha.
  6. - Log IPv6 addresses on connections where this relay is the responder.
  7. Previously, responding relays would replace the remote IPv6 address with
  8. the IPv4 address from the consensus.
  9. Fixes bug 33899; bugfix on 0.3.1.1-alpha.