Searched hist:e9d3e084975869754d16f639378675c353560be9 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/net/ |
H A D | if_inet6.h | diff e9d3e084975869754d16f639378675c353560be9 Tue May 18 17:36:06 CDT 2010 Herbert Xu <herbert@gondor.apana.org.au> 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>
|
/openbmc/linux/net/ipv6/ |
H A D | addrconf.c | diff e9d3e084975869754d16f639378675c353560be9 Tue May 18 17:36:06 CDT 2010 Herbert Xu <herbert@gondor.apana.org.au> 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>
|