Skip to content

Commit

Permalink
Bump third_party/openthread/repo from 266a97b to 1e82c4e
Browse files Browse the repository at this point in the history
Bumps [third_party/openthread/repo](https://github.com/openthread/openthread) from `266a97b` to `1e82c4e`.
- [Release notes](https://github.com/openthread/openthread/releases)
- [Commits](openthread/openthread@266a97b...1e82c4e)

---
updated-dependencies:
- dependency-name: third_party/openthread/repo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent 1f3bcbc commit 95f4cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/openthread/repo
Submodule repo updated 88 files
+1 −0 .github/dependabot.yml
+1 −1 .github/workflows/docker.yml
+89 −0 doc/ot_config_doc.h
+2 −0 src/cli/ftd.cmake
+2 −0 src/cli/mtd.cmake
+2 −0 src/cli/radio.cmake
+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
+16 −1 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
+16 −1 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
+14 −2 src/lib/spinel/CMakeLists.txt
+2 −2 src/lib/spinel/example_vendor_hook.cpp
+2 −2 src/lib/spinel/example_vendor_hook.hpp
+3 −3 src/lib/spinel/openthread-spinel-config.h
+1 −1 src/lib/spinel/radio_spinel.cpp
+1 −1 src/lib/spinel/radio_spinel.hpp
+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
+1 −1 src/posix/platform/daemon.cpp
+1 −1 src/posix/platform/multicast_routing.cpp
+24 −24 src/posix/platform/netif.cpp
+2 −0 src/posix/platform/openthread-core-posix-config.h
+0 −34 src/posix/platform/openthread-posix-config.h
+72 −0 src/posix/platform/openthread-posix-daemon-config.h
+1 −1 src/posix/platform/radio.cpp
+2 −2 src/posix/platform/radio.hpp
+1 −1 src/posix/platform/radio_url.cpp
+14 −1 src/posix/platform/radio_url.hpp
+1 −1 src/posix/platform/udp.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

0 comments on commit 95f4cab

Please sign in to comment.