-
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 `e63c5d3` to `6bfcc0d`. - [Release notes](https://github.com/openthread/openthread/releases) - [Commits](openthread/openthread@e63c5d3...6bfcc0d) --- updated-dependencies: - dependency-name: third_party/openthread/repo dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
88b97ae
commit 4108352
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule repo
updated
18 files
+2 −2 | .github/workflows/codeql.yml | |
+4 −4 | .github/workflows/docker.yml | |
+1 −1 | .github/workflows/scorecards.yml | |
+1 −1 | include/openthread/instance.h | |
+12 −0 | include/openthread/nat64.h | |
+2 −0 | src/core/api/nat64_api.cpp | |
+1 −1 | src/core/config/mle.h | |
+9 −4 | src/core/mac/sub_mac.cpp | |
+1 −1 | src/core/mac/sub_mac.hpp | |
+1 −1 | src/core/net/dns_client.cpp | |
+42 −3 | src/core/net/ip4_types.cpp | |
+16 −2 | src/core/net/ip4_types.hpp | |
+55 −41 | src/core/thread/mle_router.cpp | |
+1 −0 | src/core/thread/mle_router.hpp | |
+13 −84 | src/core/thread/mle_tlvs.hpp | |
+1 −3 | src/posix/platform/system.cpp | |
+2 −4 | tests/scripts/thread-cert/node.py | |
+72 −0 | tests/unit/test_ip_address.cpp |