commit | 178589fc31ecf6a8614a674f8be4be0336e444b5 | [log] [tgz] |
---|---|---|
author | Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> | Fri Mar 24 14:33:34 2017 +0100 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Fri Mar 24 17:31:42 2017 +0200 |
tree | 6cf8ccbafc7f0671ae3b358771ec257ce796754e | |
parent | 53b9c45f114df69b5c05d81be6471a79afb55b78 [diff] |
net/net_if: When IPv6 DAD is disabled, added address gets final state There is no transition from tentative state etc... It should directly go to preferred. This is fixing ND processing when DAD is disabled: source address was never set, as tentative state is not a valid in is_proper_ipv6_address(). Change-Id: I6f0a0fdd99dd13d28849f9749f89ec21fdd370d8 Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>