-
Notifications
You must be signed in to change notification settings - Fork 12
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 `a6d6073` to `3a28b7b`. - [Commits](openthread/openthread@a6d6073...3a28b7b) --- 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
616055e
commit 7c3d041
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
19 files
+2 −2 | .github/workflows/codeql.yml | |
+1 −1 | .github/workflows/scorecards.yml | |
+0 −21 | src/core/coap/coap.cpp | |
+2 −9 | src/core/coap/coap.hpp | |
+65 −0 | src/core/common/message.hpp | |
+2 −2 | src/core/meshcop/border_agent.cpp | |
+0 −8 | src/core/meshcop/joiner_router.cpp | |
+1 −4 | src/core/meshcop/joiner_router.hpp | |
+1 −1 | src/core/net/dns_client.cpp | |
+0 −12 | src/core/net/dnssd_server.cpp | |
+1 −5 | src/core/net/dnssd_server.hpp | |
+0 −12 | src/core/net/ip6_mpl.cpp | |
+2 −6 | src/core/net/ip6_mpl.hpp | |
+4 −0 | src/core/net/nd6.cpp | |
+4 −0 | src/core/net/nd6.hpp | |
+1 −10 | src/core/net/sntp_client.hpp | |
+0 −10 | src/core/thread/mle.cpp | |
+1 −5 | src/core/thread/mle.hpp | |
+110 −0 | tests/unit/test_dns_client.cpp |