Skip to content

Commit

Permalink
Bump third_party/openthread/repo from afbb2d5 to 7f0b5fa (#25337)
Browse files Browse the repository at this point in the history
Bumps [third_party/openthread/repo](https://github.com/openthread/openthread) from `afbb2d5` to `7f0b5fa`.
- [Release notes](https://github.com/openthread/openthread/releases)
- [Commits](openthread/openthread@afbb2d5...7f0b5fa)

---
updated-dependencies:
- dependency-name: third_party/openthread/repo
  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 and pull[bot] committed Jan 4, 2024
1 parent 3c548e7 commit 2178113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/openthread/repo
Submodule repo updated 49 files
+1 −1 .github/workflows/fuzz.yml
+6 −6 .github/workflows/otbr.yml
+6 −6 .github/workflows/otns.yml
+10 −10 .github/workflows/posix.yml
+1 −1 .github/workflows/scorecards.yml
+13 −13 .github/workflows/simulation-1.1.yml
+13 −13 .github/workflows/simulation-1.2.yml
+1 −1 .github/workflows/toranj.yml
+1 −1 .github/workflows/unit.yml
+1 −1 README.md
+ doc/images/ot-contrib-nabu-casa.png
+2 −0 etc/cmake/options.cmake
+2 −0 examples/README.md
+10 −0 examples/common-switches.mk
+1 −0 include/Makefile.am
+1 −0 include/openthread/BUILD.gn
+15 −0 include/openthread/dnssd_server.h
+1 −1 include/openthread/instance.h
+114 −0 include/openthread/platform/dns.h
+1 −0 script/make-pretty
+12 −3 script/test
+37 −37 src/cli/README_DATASET.md
+31 −0 src/cli/cli.cpp
+1 −0 src/core/BUILD.gn
+1 −0 src/core/CMakeLists.txt
+1 −0 src/core/Makefile.am
+7 −0 src/core/api/dns_server_api.cpp
+8 −8 src/core/border_router/routing_manager.cpp
+2 −3 src/core/border_router/routing_manager.hpp
+11 −0 src/core/config/commissioner.h
+11 −0 src/core/config/dnssd_server.h
+26 −1 src/core/meshcop/commissioner.cpp
+7 −0 src/core/meshcop/commissioner.hpp
+52 −0 src/core/net/dns_platform.cpp
+5 −0 src/core/net/dns_types.cpp
+14 −0 src/core/net/dns_types.hpp
+190 −10 src/core/net/dnssd_server.cpp
+105 −5 src/core/net/dnssd_server.hpp
+27 −47 src/core/net/ip6.cpp
+0 −1 src/core/net/ip6.hpp
+5 −0 src/posix/platform/CMakeLists.txt
+1 −0 src/posix/platform/Makefile.am
+2 −0 src/posix/platform/memory.cpp
+17 −0 src/posix/platform/netif.cpp
+290 −0 src/posix/platform/resolver.cpp
+119 −0 src/posix/platform/resolver.hpp
+37 −0 tests/unit/test_dns.cpp
+14 −0 tests/unit/test_platform.cpp
+1 −0 tests/unit/test_platform.h

0 comments on commit 2178113

Please sign in to comment.