-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [openthread](https://github.com/openthread/openthread) from `cf357d7` to `70b6c53`. - [Commits](openthread/openthread@cf357d7...70b6c53) --- updated-dependencies: - dependency-name: openthread 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
4632c27
commit 6458ea1
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
21 files
+14 −14 | .github/workflows/build.yml | |
+1 −1 | .github/workflows/codeql.yml | |
+1 −1 | .github/workflows/docker.yml | |
+1 −1 | .github/workflows/fuzz.yml | |
+1 −1 | .github/workflows/makefile-check.yml | |
+1 −1 | .github/workflows/otci.yml | |
+3 −3 | .github/workflows/otns.yml | |
+6 −6 | .github/workflows/posix.yml | |
+8 −8 | .github/workflows/simulation-1.1.yml | |
+6 −6 | .github/workflows/simulation-1.2.yml | |
+1 −1 | .github/workflows/size.yml | |
+4 −4 | .github/workflows/toranj.yml | |
+3 −3 | .github/workflows/unit.yml | |
+1 −1 | .github/workflows/version.yml | |
+1 −1 | include/openthread/instance.h | |
+1 −0 | include/openthread/ip6.h | |
+7 −7 | src/core/net/ip6.cpp | |
+4 −2 | src/core/net/netif.cpp | |
+1 −3 | src/core/net/netif.hpp | |
+1 −1 | src/core/thread/mle.cpp | |
+6 −5 | src/posix/platform/netif.cpp |