openthread / ot-ns

OpenThread Network Simulator, a discrete event simulator and visualization tool for Thread networks.
https://openthread.io
BSD 3-Clause "New" or "Revised" License
57 stars 23 forks source link

submodule: bump openthread from `830572f` to `eaa6261` #513

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 11 months ago

Bumps openthread from 830572f to eaa6261.

Commits
  • eaa6261 [routing-manager] new config to use heap for PrefixTable entries (#9455)
  • bd63637 [docs] Doxygen tags for CLI commands [neighbor linkquality — `networkidtime...
  • 50c70d8 [nd6] add RaFlagsExtOption and track flags in received RAs (#9448)
  • 9f76d45 [mle] simplify ProcessRouteTlv() call in HandleAdvertisement() (#9465)
  • f19548b [joiner] check for non-zero joiner UDP port before electing a joiner router (...
  • 50487a6 [posix] address coverity warning: argument cannot be negative (#9453)
  • 09a0fbe [ip6] update where HandlePayload() check message is not null (#9462)
  • 17286db [script] exclude ot_testing and __pycache__ when building the OTBR docker...
  • 0c5966d [docs] adding Doxygen tags for CLIs mac retries direct - mac send (#9451)
  • 9099a13 [docs] add Doxygen tags for CLI commands (macfilter rss add - `macfilter r...
  • Additional commits viewable in compare view


You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

codecov-commenter commented 11 months ago

Codecov Report

Merging #513 (ea5198d) into main (565450b) will increase coverage by 0.02%. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #513 +/- ## ========================================== + Coverage 49.84% 49.86% +0.02% ========================================== Files 38 38 Lines 4608 4610 +2 ========================================== + Hits 2297 2299 +2 Misses 2129 2129 Partials 182 182 ``` [see 1 file with indirect coverage changes](https://app.codecov.io/gh/openthread/ot-ns/pull/513/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openthread)
dependabot[bot] commented 10 months ago

Superseded by #516.