Skip to content

Commit

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

---
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 Aug 15, 2024
1 parent 8cc8f3f commit 91072ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openthread
Submodule openthread updated 35 files
+14 −14 .github/workflows/build.yml
+1 −1 .github/workflows/codeql.yml
+2 −2 .github/workflows/docker.yml
+1 −1 .github/workflows/fuzz.yml
+1 −1 .github/workflows/makefile-check.yml
+1 −1 .github/workflows/otci.yml
+3 −3 .github/workflows/otns.yml
+6 −6 .github/workflows/posix.yml
+9 −9 .github/workflows/simulation-1.1.yml
+7 −7 .github/workflows/simulation-1.2.yml
+1 −1 .github/workflows/size.yml
+5 −5 .github/workflows/toranj.yml
+3 −3 .github/workflows/unit.yml
+1 −1 .github/workflows/version.yml
+1 −1 include/openthread/instance.h
+9 −0 include/openthread/thread.h
+4 −1 src/core/BUILD.gn
+4 −4 src/core/border_router/routing_manager.cpp
+1 −1 src/core/border_router/routing_manager.hpp
+65 −0 src/core/net/dns_client.cpp
+6 −1 src/core/net/dns_client.hpp
+177 −16 src/core/net/dnssd_server.cpp
+62 −28 src/core/net/dnssd_server.hpp
+25 −22 src/core/net/ip6.cpp
+9 −5 src/core/net/ip6.hpp
+1 −9 src/core/openthread-core-config.h
+32 −7 src/core/thread/address_resolver.cpp
+10 −2 src/core/thread/address_resolver.hpp
+14 −2 src/lib/spinel/spinel_driver.hpp
+1 −1 tests/scripts/thread-cert/border_router/test_dnssd_server.py
+1 −1 tests/scripts/thread-cert/border_router/test_dnssd_server_multi_border_routers.py
+31 −3 tests/scripts/thread-cert/border_router/test_publish_meshcop_service.py
+12 −0 tests/scripts/thread-cert/node.py
+62 −9 tests/unit/test_dns_client.cpp
+186 −18 tests/unit/test_dnssd_discovery_proxy.cpp

0 comments on commit 91072ba

Please sign in to comment.