-
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.
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
65029ba
commit adc0155
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
22 files
+1 −0 | include/openthread/border_routing.h | |
+1 −1 | include/openthread/instance.h | |
+2 −1 | src/cli/README_BR.md | |
+18 −6 | src/cli/cli_br.cpp | |
+7 −1 | src/cli/cli_br.hpp | |
+0 −2 | src/core/BUILD.gn | |
+0 −1 | src/core/CMakeLists.txt | |
+115 −122 | src/core/border_router/routing_manager.cpp | |
+6 −5 | src/core/border_router/routing_manager.hpp | |
+0 −66 | src/core/meshcop/dataset.cpp | |
+1 −12 | src/core/meshcop/dataset.hpp | |
+0 −215 | src/core/meshcop/dataset_local.cpp | |
+0 −170 | src/core/meshcop/dataset_local.hpp | |
+237 −25 | src/core/meshcop/dataset_manager.cpp | |
+36 −8 | src/core/meshcop/dataset_manager.hpp | |
+4 −4 | src/core/meshcop/dataset_manager_ftd.cpp | |
+22 −10 | src/core/net/mdns.cpp | |
+2 −1 | src/posix/platform/radio.cpp | |
+53 −0 | src/posix/platform/spinel_driver_getter.hpp | |
+7 −5 | src/posix/platform/spinel_manager.cpp | |
+4 −4 | src/posix/platform/spinel_manager.hpp | |
+14 −5 | tests/unit/test_mdns.cpp |