1 file changed
+1
-1
lines changed- .github/workflows/build.yml+41-2
- .github/workflows/otbr.yml+1-1
- .github/workflows/posix.yml+1-1
- .github/workflows/simulation-1.1.yml+1-1
- .github/workflows/simulation-1.2.yml+1-1
- .github/workflows/toranj.yml+1-1
- .github/workflows/unit.yml+1-1
- CMakeLists.txt+1
- etc/cmake/options.cmake+2-2
- examples/README.md-1
- include/openthread/instance.h+1-1
- include/openthread/netdata_publisher.h+36
- include/openthread/platform/alarm-micro.h+5
- include/openthread/platform/alarm-milli.h+5
- include/openthread/thread.h+24-1
- include/openthread/thread_ftd.h+2-1
- script/cmake-build+58-3
- src/cli/README.md+37
- src/cli/README_NETDATA.md+15
- src/cli/cli.cpp+78
- src/cli/cli_network_data.cpp+23
- src/core/api/instance_api.cpp+2-2
- src/core/api/ip6_api.cpp+2-3
- src/core/api/netdata_publisher_api.cpp+8
- src/core/api/thread_api.cpp+10
- src/core/backbone_router/backbone_tmf.cpp+1
- src/core/border_router/routing_manager.cpp+45-10
- src/core/border_router/routing_manager.hpp+9
- src/core/common/log.cpp+1-1
- src/core/common/settings.hpp+4-3
- src/core/common/string.cpp+26
- src/core/common/string.hpp+40-1
- src/core/common/uptime.cpp+8-3
- src/core/common/uptime.hpp+29-4
- src/core/config/misc.h+1-1
- src/core/config/openthread-core-config-check.h+4
- src/core/ftd.cmake+1-3
- src/core/mac/mac.hpp+1-1
- src/core/meshcop/border_agent.cpp+1-3
- src/core/meshcop/border_agent.hpp+1-4
- src/core/meshcop/dataset.cpp+1-1
- src/core/meshcop/dtls.cpp+1-1
- src/core/meshcop/network_name.cpp+2-8
- src/core/meshcop/network_name.hpp+3-3
- src/core/mtd.cmake+1-3
- src/core/net/dhcp6_client.cpp+1-1
- src/core/net/dhcp6_server.cpp+1-1
- src/core/net/dns_client.cpp+3-3
- src/core/net/dnssd_server.cpp+1-1
- src/core/net/icmp6.cpp+1-1
- src/core/net/icmp6.hpp+1-3
- src/core/net/ip4_types.cpp+13-46
- src/core/net/ip6.cpp+20-33
- src/core/net/ip6.hpp+22-14
- src/core/net/ip6_address.cpp+6-14
- src/core/net/srp_client.cpp+1-1
- src/core/net/srp_server.cpp+3-3
- src/core/net/udp6.cpp+8
- src/core/net/udp6.hpp+38-2
- src/core/thread/network_data_publisher.hpp+10-4
- src/core/thread/topology.cpp+31-2
- src/core/thread/topology.hpp+15-1
- src/core/utils/ping_sender.cpp+1-1
- src/posix/platform/CMakeLists.txt+5-1
- src/posix/platform/radio.cpp+2
- src/posix/platform/radio.hpp+8
- tests/scripts/thread-cert/node.py+4
- tests/scripts/thread-cert/test_netdata_publisher.py+13
- tests/unit/CMakeLists.txt+7
- tests/unit/test_ip_address.cpp+1
- tests/unit/test_routing_manager.cpp+42-42
- tests/unit/test_string.cpp+58
- third_party/CMakeLists.txt+1-3
0 commit comments