-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [third_party/openthread/repo](https://github.com/openthread/openthread) from `f0530af` to `eaa6261`. - [Release notes](https://github.com/openthread/openthread/releases) - [Commits](openthread/openthread@f0530af...eaa6261) --- 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
e645c7c
commit 3f891a7
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule repo
updated
21 files
+2 −2 | .github/workflows/codeql.yml | |
+1 −1 | .github/workflows/scorecards.yml | |
+1 −1 | include/openthread/instance.h | |
+14 −5 | include/openthread/link.h | |
+7 −4 | include/openthread/thread_ftd.h | |
+2 −0 | script/test | |
+1 −1 | src/cli/README.md | |
+215 −5 | src/cli/cli.cpp | |
+88 −0 | src/cli/cli_mac_filter.cpp | |
+52 −20 | src/core/border_router/routing_manager.cpp | |
+40 −10 | src/core/border_router/routing_manager.hpp | |
+22 −0 | src/core/config/border_routing.h | |
+1 −1 | src/core/meshcop/joiner.cpp | |
+3 −1 | src/core/net/ip6.cpp | |
+10 −0 | src/core/net/nd6.cpp | |
+103 −5 | src/core/net/nd6.hpp | |
+3 −2 | src/core/thread/address_resolver.hpp | |
+1 −27 | src/core/thread/mle_router.cpp | |
+1 −1 | src/posix/platform/CMakeLists.txt | |
+3 −1 | src/posix/platform/netif.cpp | |
+92 −0 | tests/unit/test_routing_manager.cpp |