mirror of
https://github.com/espressif/openthread.git
synced 2026-07-28 06:37:46 +00:00
[dhcp] remove dhcp server api (#3476)
This commit is contained in:
@@ -69,7 +69,6 @@ RtlCopyBufferToMdl(
|
||||
#include <openthread/tasklet.h>
|
||||
#include <openthread/commissioner.h>
|
||||
#include <openthread/joiner.h>
|
||||
#include <openthread/dhcp6_server.h>
|
||||
#include <common/code_utils.hpp>
|
||||
#include <openthread/platform/logging.h>
|
||||
#include <openthread/platform/logging-windows.h>
|
||||
|
||||
@@ -543,10 +543,6 @@ void otLwfStateChangedCallback(uint32_t aFlags, _In_ void *aContext)
|
||||
{
|
||||
LogVerbose(DRIVER_DEFAULT, "Filter %p received OT_CHANGED_THREAD_NETDATA", pFilter);
|
||||
otIp6SlaacUpdate(pFilter->otCtx, pFilter->otAutoAddresses, ARRAYSIZE(pFilter->otAutoAddresses), otIp6CreateRandomIid, NULL);
|
||||
|
||||
#if OPENTHREAD_ENABLE_DHCP6_SERVER
|
||||
otDhcp6ServerUpdate(pFilter->otCtx);
|
||||
#endif // OPENTHREAD_ENABLE_DHCP6_SERVER
|
||||
}
|
||||
|
||||
if ((aFlags & OT_CHANGED_THREAD_ML_ADDR) != 0)
|
||||
|
||||
Reference in New Issue
Block a user