<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    I ran into the same problem. It looks like it only happens on hosts
    with IPv6 enabled.<br>
    <br>
    I found a workaround for hosts where the IPv6 address is configured
    statically in /etc/network/interfaces.<br>
    <br>
    The workaround is to remove the 'onlink' attribute from the route,
    which can be done reasonably easy by adding one "up" command to any
    static entry:<br>
    <br>
    <tt>iface eth0 inet6 static</tt><tt><br>
    </tt><tt>    address </tt><tt><span style="color: rgb(34, 34, 34);
        font-size: 16px; font-style: normal; font-variant-ligatures:
        normal; font-variant-caps: normal; font-weight: 400;
        letter-spacing: normal; text-align: left; text-indent: 0px;
        text-transform: none; white-space: normal; word-spacing: 0px;
        -webkit-text-stroke-width: 0px; background-color: rgb(255, 255,
        255); text-decoration-style: initial; text-decoration-color:
        initial; display: inline !important; float: none;">2001:0db8:85a3::7a/64<br>
      </span></tt><tt>    gateway </tt><tt><span style="color: rgb(34,
        34, 34); font-size: 16px; font-style: normal;
        font-variant-ligatures: normal; font-variant-caps: normal;
        font-weight: 400; letter-spacing: normal; text-align: left;
        text-indent: 0px; text-transform: none; white-space: normal;
        word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(255, 255, 255); text-decoration-style:
        initial; text-decoration-color: initial; display: inline
        !important; float: none;">2001:0db8:85a3::1<br>
      </span></tt><tt>    dad-attempts 0</tt><tt><br>
    </tt><tt>    # dirty hack. removes 'onlink' attribute. works around
      #918250.</tt><tt><br>
    </tt><tt>    up ip -6 r change default via $IF_GATEWAY<br>
      <br>
      HTH<br>
      <br>
      Mike.<br>
    </tt>
  </body>
</html>