Skip to content

Commit

Permalink
submodule: bump openthread from 3400692 to 6751122 (#759)
Browse files Browse the repository at this point in the history
Bumps [openthread](https://github.com/openthread/openthread) from `3400692` to `6751122`.
- [Commits](openthread/openthread@3400692...6751122)

---
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
dependabot[bot] authored Dec 28, 2023
1 parent 89c6a08 commit cb1ae06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openthread
Submodule openthread updated 77 files
+1 −0 .github/dependabot.yml
+89 −0 doc/ot_config_doc.h
+1 −1 include/openthread/instance.h
+7 −6 include/openthread/ip6.h
+2 −0 src/cli/ftd.cmake
+2 −0 src/cli/mtd.cmake
+2 −0 src/cli/radio.cmake
+19 −0 src/core/common/heap_data.cpp
+12 −0 src/core/common/heap_data.hpp
+16 −1 src/core/config/announce_sender.h
+15 −0 src/core/config/backbone_router.h
+15 −0 src/core/config/border_agent.h
+15 −0 src/core/config/border_router.h
+15 −0 src/core/config/border_routing.h
+15 −0 src/core/config/channel_manager.h
+15 −0 src/core/config/channel_monitor.h
+15 −0 src/core/config/child_supervision.h
+15 −0 src/core/config/coap.h
+15 −0 src/core/config/commissioner.h
+15 −0 src/core/config/crypto.h
+15 −0 src/core/config/dataset_updater.h
+15 −0 src/core/config/dhcp6_client.h
+15 −0 src/core/config/dhcp6_server.h
+15 −0 src/core/config/diag.h
+15 −0 src/core/config/dns_client.h
+15 −0 src/core/config/dns_dso.h
+15 −0 src/core/config/dnssd_server.h
+15 −0 src/core/config/history_tracker.h
+15 −0 src/core/config/ip6.h
+15 −0 src/core/config/joiner.h
+15 −0 src/core/config/link_metrics_manager.h
+15 −0 src/core/config/link_quality.h
+15 −0 src/core/config/link_raw.h
+15 −0 src/core/config/logging.h
+15 −0 src/core/config/mac.h
+15 −0 src/core/config/mesh_diag.h
+15 −0 src/core/config/mesh_forwarder.h
+15 −0 src/core/config/misc.h
+15 −0 src/core/config/mle.h
+15 −0 src/core/config/nat64.h
+15 −0 src/core/config/netdata_publisher.h
+15 −0 src/core/config/network_diagnostic.h
+15 −0 src/core/config/parent_search.h
+15 −0 src/core/config/ping_sender.h
+15 −0 src/core/config/platform.h
+15 −0 src/core/config/power_calibration.h
+15 −0 src/core/config/radio_link.h
+15 −0 src/core/config/secure_transport.h
+15 −0 src/core/config/sntp_client.h
+15 −0 src/core/config/srp_client.h
+15 −0 src/core/config/srp_server.h
+15 −0 src/core/config/time_sync.h
+16 −0 src/core/config/tmf.h
+1 −1 src/core/diags/factory_diags.cpp
+2 −0 src/core/ftd.cmake
+2 −0 src/core/mtd.cmake
+62 −0 src/core/net/dns_types.cpp
+145 −0 src/core/net/dns_types.hpp
+29 −29 src/core/net/dnssd_server.cpp
+4 −6 src/core/net/dnssd_server.hpp
+33 −35 src/core/net/srp_server.cpp
+6 −0 src/core/net/srp_server.hpp
+2 −0 src/core/radio.cmake
+2 −0 src/core/radio_cli.cmake
+12 −0 src/lib/spinel/CMakeLists.txt
+3 −5 src/lib/spinel/spinel.c
+2 −0 src/lib/spinel/spinel.h
+2 −0 src/ncp/ftd.cmake
+2 −0 src/ncp/mtd.cmake
+2 −0 src/ncp/radio.cmake
+1 −0 src/posix/platform/CMakeLists.txt
+49 −0 src/posix/platform/netif.cpp
+2 −0 tests/fuzz/CMakeLists.txt
+4 −0 tests/unit/CMakeLists.txt
+84 −37 tests/unit/test_dns.cpp
+11 −11 tests/unit/test_dns_client.cpp
+12 −0 tests/unit/test_heap_string.cpp

0 comments on commit cb1ae06

Please sign in to comment.