Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and pull[bot] committed Jul 26, 2023
1 parent 89be735 commit 2291554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/openthread/repo
Submodule repo updated 37 files
+35 −0 .github/dependabot.yml
+1 −1 .github/workflows/docker.yml
+2 −2 .github/workflows/otbr.yml
+7 −7 .github/workflows/otns.yml
+2 −2 .github/workflows/posix.yml
+2 −2 .github/workflows/simulation-1.1.yml
+2 −2 .github/workflows/simulation-1.2.yml
+2 −2 .github/workflows/toranj.yml
+1 −1 include/openthread/instance.h
+6 −0 include/openthread/ip6.h
+3 −0 include/openthread/platform/radio.h
+1 −0 include/openthread/thread.h
+6 −0 src/cli/README.md
+16 −3 src/cli/cli.cpp
+30 −1 src/core/border_router/routing_manager.cpp
+91 −113 src/core/common/tlvs.cpp
+12 −2 src/core/common/tlvs.hpp
+31 −23 src/core/meshcop/border_agent.cpp
+9 −37 src/core/meshcop/meshcop_tlvs.hpp
+3 −0 src/core/net/ip6.cpp
+8 −0 src/core/net/ip6.hpp
+1 −1 src/core/thread/mle_router.cpp
+1 −16 src/core/thread/router_table.cpp
+0 −8 src/core/thread/router_table.hpp
+1 −0 src/core/thread/topology.cpp
+3 −2 src/lib/spinel/radio_spinel_impl.hpp
+40 −0 src/lib/spinel/spinel.h
+14 −2 src/posix/platform/radio.cpp
+3 −3 tests/scripts/expect/cli-neighbor.exp
+24 −24 tests/scripts/thread-cert/border_router/nat64/test_multi_border_routers.py
+6 −6 tests/scripts/thread-cert/border_router/nat64/test_single_border_router.py
+1 −1 tests/scripts/thread-cert/call_dbus_method.py
+69 −1 tests/scripts/thread-cert/node.py
+21 −0 tests/unit/CMakeLists.txt
+5 −0 tests/unit/Makefile.am
+79 −8 tests/unit/test_routing_manager.cpp
+194 −0 tests/unit/test_tlv.cpp

0 comments on commit 2291554

Please sign in to comment.