<!doctype html>
<html>
 <head> 
  <meta charset="UTF-8"> 
 </head>
 <body>
  <div class="default-style">
   <div class="default-style">
    Saluton,
   </div>
   <div class="default-style">
    <br>
   </div>
   <div class="default-style">
    My relay started to log this message since 0.4.5.5:
   </div>
   <div class="default-style">
    <br>
   </div>
   <div class="default-style">
    Auto-discovered IPv6 address [...]:443 has not been found reachable. However, IPv4 address is reachable. Publishing server descriptor without IPv6 address. [2 similar message(s) suppressed in last 2400 seconds]
   </div>
   <div class="default-style">
    <br>
   </div>
   <div class="default-style">
    I think it started with the introduction of IPv6 auto-discovery.
   </div>
   <div class="default-style">
    <br>
   </div>
   <div class="default-style">
    The problem, as I understand it, is that my relay has IPv6 privacy
    <br>extensions enabled and therefore the IPv6 detection logic gets
    <br>fooled. Indeed the IPv6 I see in the logs is one of the temporary
    <br>addresses used as client towards other relays.
   </div>
   <div class="default-style">
    <br>
   </div>
   <div class="default-style">
    Relevant config is:
   </div>
   <div class="default-style">
    <br>
   </div>
   <div class="default-style">
    ORPort 443 IPv4Only
    <br>ORPort [...]:443 IPv6Only
   </div>
   <div class="default-style">
    <br>
   </div>
   <div class="default-style">
    I added the IPv{4,6}Only options only in searching a solution to this
    <br>problem, before 0.4.5.5 the IPv6 relay worked perfectly without.
   </div>
   <div class="default-style">
    <br>
   </div>
   <div class="default-style">
    In reading the documentation of AddressDisableIPv6 I got the 
    <br>impression that if (any?) ORPort is configured with IPv4Only the 
    <br>IPv6 auto-discovery gets disabled but evidence does not support my
    <br>understanding. Is it a bug?
   </div>
   <div class="default-style">
    <br>
   </div>
   <div class="default-style">
    Any other way to disable IPv6 auto-discovery?
   </div>
   <div class="default-style">
    <br>
   </div>
   <div class="default-style">
    -- flev
    <br>
   </div>
  </div>
 </body>
</html>