-
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
d569760
to 1d81283
Bumps [openthread](https://github.com/openthread/openthread) from `d569760` to `1d81283`. - [Release notes](https://github.com/openthread/openthread/releases) - [Commits](openthread/openthread@d569760...1d81283) --- updated-dependencies: - dependency-name: openthread dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
89c3d73
commit 9483768
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
20 files
+2 −2 | .github/workflows/codeql.yml | |
+1 −1 | .github/workflows/scorecards.yml | |
+1 −0 | .github/workflows/size.yml | |
+133 −8 | src/cli/README_DATASET.md | |
+1 −1 | src/core/api/ip6_api.cpp | |
+29 −1 | src/core/common/tlvs.cpp | |
+67 −1 | src/core/common/tlvs.hpp | |
+1 −1 | src/core/meshcop/dataset.cpp | |
+6 −0 | src/core/meshcop/dataset.hpp | |
+0 −25 | src/core/meshcop/meshcop_tlvs.cpp | |
+0 −94 | src/core/meshcop/meshcop_tlvs.hpp | |
+93 −144 | src/core/net/ip6.cpp | |
+18 −16 | src/core/net/ip6.hpp | |
+1 −1 | src/core/net/nat64_translator.cpp | |
+7 −8 | src/core/thread/child_supervision.cpp | |
+7 −8 | src/core/thread/mesh_forwarder.cpp | |
+3 −6 | src/core/thread/mesh_forwarder.hpp | |
+33 −34 | src/core/thread/mesh_forwarder_ftd.cpp | |
+9 −9 | src/core/thread/mesh_forwarder_mtd.cpp | |
+1 −1 | src/core/thread/network_data_leader.cpp |