Use fascist_firewall_choose_address_ls() in hs_get_extend_info_from_lspecs()

This commit is contained in:
Neel Chauhan
2018-07-31 08:41:21 -04:00
committed by teor
parent da268e3b50
commit 2618347657
4 changed files with 52 additions and 58 deletions
+7
View File
@@ -0,0 +1,7 @@
o Minor bugfixes (address selection):
- Introduce fascist_firewall_choose_address_ls() which chooses an
IPv6 or IPv4 address based on a smartlist of link specifiers of
what is available and what we prefer. We use this function in
hs_get_extend_info_from_lspecs(). Fixes bug 23588; bugfix on
0.3.5.1-alpha. Patch by Neel Chauhan.