diff options
author | teor <teor@torproject.org> | 2020-04-15 20:03:22 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2020-04-29 22:43:09 +1000 |
commit | 528a1fe985fbcbd348825c5ab98d0e9018453c5b (patch) | |
tree | 0d1b00164a2890454584c4fd00489d0b1224379e | |
parent | bcec1ec071400464f7cefa4f0d493964984905ce (diff) | |
download | tor-528a1fe985fbcbd348825c5ab98d0e9018453c5b.tar.gz tor-528a1fe985fbcbd348825c5ab98d0e9018453c5b.zip |
changes: file for 33817
-rw-r--r-- | changes/ticket33817 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/changes/ticket33817 b/changes/ticket33817 new file mode 100644 index 0000000000..9c22d084eb --- /dev/null +++ b/changes/ticket33817 @@ -0,0 +1,12 @@ + o Major features (IPv6, relay): + - Relays may extend circuits over IPv6, if the relay has an IPv6 ORPort, + and the client supplies the other relay's IPv6 ORPort in the EXTEND2 + cell. IPv6 extends will be used by the relay IPv6 ORPort self-tests in + 33222. Closes ticket 33817. + - Consider IPv6-only EXTEND2 cells valid on relays. Log a protocol warning + if the IPv4 or IPv6 address is an internal address, and internal + addresses are not allowed. But continue to use the other address, if it + is valid. Closes ticket 33817. + - If a relay can extend over IPv4 and IPv6, it chooses between them + uniformly at random. Closes ticket 33817. + - Re-use existing IPv6 connections for circuit extends. Closes ticket 33817. |