-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
submodule: bump third_party/openthread/repo from
fc30740
to `d56976…
…0` (#2064) Bumps [third_party/openthread/repo](https://github.com/openthread/openthread) from `fc30740` to `d569760`. - [Commits](openthread/openthread@fc30740...d569760) --- updated-dependencies: - dependency-name: third_party/openthread/repo dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
636e53d
commit 4e55cc0
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule repo
updated
26 files
+1 −1 | include/openthread/instance.h | |
+29 −13 | include/openthread/ip6.h | |
+1 −16 | src/cli/cli.cpp | |
+5 −0 | src/core/api/ip6_api.cpp | |
+2 −9 | src/core/backbone_router/bbr_local.cpp | |
+1 −1 | src/core/backbone_router/bbr_local.hpp | |
+16 −7 | src/core/mac/mac.cpp | |
+1 −16 | src/core/meshcop/border_agent.cpp | |
+0 −6 | src/core/meshcop/border_agent.hpp | |
+2 −18 | src/core/meshcop/commissioner.cpp | |
+0 −6 | src/core/meshcop/commissioner.hpp | |
+10 −5 | src/core/meshcop/meshcop_leader.cpp | |
+0 −15 | src/core/net/dhcp6_server.cpp | |
+1 −6 | src/core/net/dhcp6_server.hpp | |
+1 −12 | src/core/net/nd_agent.cpp | |
+0 −6 | src/core/net/nd_agent.hpp | |
+35 −4 | src/core/net/netif.cpp | |
+28 −4 | src/core/net/netif.hpp | |
+47 −99 | src/core/thread/mle.cpp | |
+17 −9 | src/core/thread/mle.hpp | |
+2 −0 | src/core/thread/mle_router.cpp | |
+2 −0 | src/core/thread/mle_router.hpp | |
+1 −24 | src/posix/platform/netif.cpp | |
+125 −0 | tests/toranj/cli/test-025-mesh-local-prefix-change.py | |
+2 −0 | tests/toranj/openthread-core-toranj-config.h | |
+1 −0 | tests/toranj/start.sh |