mirror of
https://github.com/espressif/openthread.git
synced 2026-08-23 10:49:51 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user