commit | e9d3e084975869754d16f639378675c353560be9 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Tue May 18 15:36:06 2010 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue May 18 15:36:06 2010 -0700 |
tree | 3f933fea12746b24247ccec79cb4a1fbdf50833b | |
parent | e29f5dbc9e9719af158a960e5c1d16f32740ebc3 [diff] |
ipv6: Replace inet6_ifaddr->dead with state This patch replaces the boolean dead flag on inet6_ifaddr with a state enum. This allows us to roll back changes when deleting an address according to whether DAD has completed or not. This patch only adds the state field and does not change the logic. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>