Skip to content

Commit

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

---
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 Oct 17, 2023
1 parent a396a99 commit c594608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openthread
Submodule openthread updated 42 files
+2 −2 .github/workflows/codeql.yml
+1 −1 .github/workflows/scorecards.yml
+1 −0 .github/workflows/size.yml
+1 −1 include/openthread/instance.h
+1 −0 include/openthread/ip6.h
+133 −8 src/cli/README_DATASET.md
+1 −1 src/core/api/ip6_api.cpp
+2 −9 src/core/backbone_router/bbr_local.cpp
+1 −1 src/core/backbone_router/bbr_local.hpp
+29 −1 src/core/common/tlvs.cpp
+67 −1 src/core/common/tlvs.hpp
+1 −16 src/core/meshcop/border_agent.cpp
+0 −6 src/core/meshcop/border_agent.hpp
+2 −18 src/core/meshcop/commissioner.cpp
+0 −6 src/core/meshcop/commissioner.hpp
+1 −1 src/core/meshcop/dataset.cpp
+6 −0 src/core/meshcop/dataset.hpp
+4 −0 src/core/meshcop/meshcop_leader.cpp
+0 −25 src/core/meshcop/meshcop_tlvs.cpp
+0 −94 src/core/meshcop/meshcop_tlvs.hpp
+0 −15 src/core/net/dhcp6_server.cpp
+1 −6 src/core/net/dhcp6_server.hpp
+93 −144 src/core/net/ip6.cpp
+18 −16 src/core/net/ip6.hpp
+1 −1 src/core/net/nat64_translator.cpp
+1 −12 src/core/net/nd_agent.cpp
+0 −6 src/core/net/nd_agent.hpp
+34 −3 src/core/net/netif.cpp
+10 −2 src/core/net/netif.hpp
+7 −8 src/core/thread/child_supervision.cpp
+7 −8 src/core/thread/mesh_forwarder.cpp
+3 −6 src/core/thread/mesh_forwarder.hpp
+33 −34 src/core/thread/mesh_forwarder_ftd.cpp
+9 −9 src/core/thread/mesh_forwarder_mtd.cpp
+47 −99 src/core/thread/mle.cpp
+17 −9 src/core/thread/mle.hpp
+2 −0 src/core/thread/mle_router.cpp
+2 −0 src/core/thread/mle_router.hpp
+1 −1 src/core/thread/network_data_leader.cpp
+125 −0 tests/toranj/cli/test-025-mesh-local-prefix-change.py
+2 −0 tests/toranj/openthread-core-toranj-config.h
+1 −0 tests/toranj/start.sh

0 comments on commit c594608

Please sign in to comment.