-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
submodule: bump openthread from
bbb161b
to b78b71b
Bumps [openthread](https://github.com/openthread/openthread) from `bbb161b` to `b78b71b`. - [Release notes](https://github.com/openthread/openthread/releases) - [Commits](openthread/openthread@bbb161b...b78b71b) --- updated-dependencies: - dependency-name: openthread dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
413d950
commit 0b4246e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
18 files
+1 −1 | include/openthread/instance.h | |
+1 −0 | include/openthread/ip6.h | |
+21 −0 | src/cli/README_SRP_SERVER.md | |
+45 −48 | src/core/meshcop/dataset.cpp | |
+71 −108 | src/core/meshcop/dataset.hpp | |
+1 −1 | src/core/meshcop/dataset_local.cpp | |
+4 −4 | src/core/meshcop/dataset_manager.cpp | |
+13 −16 | src/core/meshcop/dataset_manager_ftd.cpp | |
+2 −2 | src/core/meshcop/dataset_updater.cpp | |
+1 −1 | src/core/meshcop/joiner_router.cpp | |
+8 −8 | src/core/meshcop/meshcop_tlvs.hpp | |
+20 −4 | src/core/net/netif.cpp | |
+21 −1 | src/core/net/netif.hpp | |
+90 −26 | src/core/net/srp_client.cpp | |
+3 −1 | src/core/net/srp_client.hpp | |
+1 −1 | src/core/thread/address_resolver.cpp | |
+8 −0 | src/core/thread/mle.hpp | |
+22 −5 | src/posix/platform/netif.cpp |