<html><body>
<p><tt>Roland Dreier <rdreier@cisco.com> wrote on 03/01/2007 12:49:02 PM:<br>
<br>
> Hmm, I'm a little worried about this.  Could setting netif_carrier_on()<br>
> before all multicast groups are joined cause problems for IPv6 address<br>
> autoconfiguration and duplicate address detection?  In other words a<br>
> node might end up choosing a duplicate address because it sends ND<br>
> messages that don't reach the correct destination.<br>
> <br>
> (Also, no signed-off-by line with your patch)<br>
> <br>
>  - R.<br>
</tt><br>
<tt>Setting carrier on should be OK here. ND can't send out before the interface is capable for sending any packet. And if ND messages can't reach the correct destination because of multicast join failure later then the IPv6 address is useless.</tt><br>
<br>
I will add the signed-off-by line.<br>
<br>
Thanks<br>
Shirley Ma</body></html>