Revert "ipv6: Handle race in addrconf_dad_work"
authorDavid Ahern <dsahern@gmail.com>
Thu, 3 Oct 2019 21:46:15 +0000 (14:46 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 4 Oct 2019 21:31:10 +0000 (14:31 -0700)
commit8ae72cbf62d2c1879456c0c5872f958e18f53711
tree25ae03726054fe2b5d77ca5b4dc747fed2845e7f
parent7a512eb865aa5fcfb396c71047bc9c3b046836b3
Revert "ipv6: Handle race in addrconf_dad_work"

This reverts commit a3ce2a21bb8969ae27917281244fa91bf5f286d7.

Eric reported tests failings with commit. After digging into it,
the bottom line is that the DAD sequence is not to be messed with.
There are too many cases that are expected to proceed regardless
of whether a device is up.

Revert the patch and I will send a different solution for the
problem Rajendra reported.

Signed-off-by: David Ahern <dsahern@gmail.com>
Cc: Eric Dumazet <edumazet@google.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/addrconf.c