mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
10 lines
411 B
Text
10 lines
411 B
Text
o Code simplification and refactoring:
|
|
- Move the hacky fallback code out of get_interface_address6()
|
|
into separate function and get it covered with unit-tests. Resolves
|
|
ticket 14710.
|
|
|
|
o Minor bugfixes:
|
|
- When attempting to use fallback technique for network interface
|
|
lookup, disregard loopback and multicast addresses since they are
|
|
unsuitable for public communications.
|
|
|