mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-23 20:03:31 +01:00
3e54c985a2
Previously we would incorrectly detect that ipv6 isn't supported if the ping binary isn't present (as it may not be in a relatively stripped down container image), or if ICMP packets aren't permitted (as they often aren't in containers). We don't really have a need to run these network tests on non-IPv6 systems, so it makes more sense to just run them unconditionally.
4 lines
130 B
Plaintext
4 lines
130 B
Plaintext
o Minor feature (testing):
|
|
- test-network now unconditionally includes IPv6 instead of trying to
|
|
detect IPv6 support.
|