From: Daniel Walter Date: Wed, 13 Apr 2011 21:09:25 +0000 (+0000) Subject: ipv6: ignore looped-back NA while dad is running X-Git-Tag: v3.0-rc1~377^2~392 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd015928bb1713691068c4d0d159afccbaf0f8c0;p=pandora-kernel.git ipv6: ignore looped-back NA while dad is running [ipv6] Ignore looped-back NAs while in Duplicate Address Detection If we send an unsolicited NA shortly after bringing up an IPv6 address, the duplicate address detection algorithm fails and the ip stays in tentative mode forever. This is due a missing check if the NA is looped-back to us. Signed-off-by: Daniel Walter Signed-off-by: David S. Miller --- Reading git-diff-tree failed