forked from openthread/ot-efr32
-
Notifications
You must be signed in to change notification settings - Fork 3
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 `ab28127` to `dacdc7d`. - [Commits](openthread/openthread@ab28127...dacdc7d) --- 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
75f9849
commit 96104a3
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
15 files
+1 −1 | include/openthread/instance.h | |
+24 −0 | include/openthread/nat64.h | |
+10 −0 | src/core/api/nat64_api.cpp | |
+33 −9 | src/core/coap/coap_secure.cpp | |
+30 −0 | src/core/coap/coap_secure.hpp | |
+3 −3 | src/core/common/settings.cpp | |
+3 −3 | src/core/common/settings.hpp | |
+1 −1 | src/core/config/border_agent.h | |
+38 −2 | src/core/meshcop/secure_transport.cpp | |
+31 −0 | src/core/meshcop/secure_transport.hpp | |
+11 −0 | src/core/net/ip4_types.cpp | |
+11 −0 | src/core/net/ip4_types.hpp | |
+12 −0 | src/core/net/ip6_address.cpp | |
+21 −0 | src/core/net/ip6_address.hpp | |
+39 −0 | tests/unit/test_ip_address.cpp |