Make client responsible for configuring IPv6 addresses. (#410)

* OpenThread no longer automatically configures IPv6 addresses based on network data.
* Added IPv6 address configuration to CLI to support certification tests.
* Added notification to indicate when the Thread Network Data is updated.
* Added otIp6PrefixMatch API to compute prefix match.
This commit is contained in:
Jonathan Hui
2016-08-17 16:11:46 -07:00
committed by GitHub
parent 94f1da1ada
commit 139e85f781
7 changed files with 145 additions and 107 deletions
+1
View File
@@ -185,6 +185,7 @@ private:
static void HandleEchoResponse(void *aContext, Message &aMessage, const Ip6::MessageInfo &aMessageInfo);
static void HandlePingTimer(void *aContext);
static void HandleActiveScanResult(otActiveScanResult *aResult);
static void HandleNetifStateChanged(uint32_t aFlags, void *aContext);
static const struct Command sCommands[];
static otNetifAddress sAddress;