File tree
4 files changed
+10
-4
lines changed- .github/workflows
- scripts/tests
- third_party
- cirque
- openthread
4 files changed
+10
-4
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
93 |
| - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
94 | 97 |
| |
95 | 98 |
| |
96 | 99 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 |
| - | |
| 81 | + | |
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
| |||
123 | 123 |
| |
124 | 124 |
| |
125 | 125 |
| |
| 126 | + | |
| 127 | + | |
| 128 | + | |
126 | 129 |
| |
127 | 130 |
| |
128 | 131 |
| |
|
- .github/dependabot.yml+1
- .github/workflows/docker.yml+1-1
- doc/ot_config_doc.h+89
- src/cli/ftd.cmake+2
- src/cli/mtd.cmake+2
- src/cli/radio.cmake+2
- src/core/config/announce_sender.h+16-1
- src/core/config/backbone_router.h+15
- src/core/config/border_agent.h+15
- src/core/config/border_router.h+15
- src/core/config/border_routing.h+15
- src/core/config/channel_manager.h+15
- src/core/config/channel_monitor.h+15
- src/core/config/child_supervision.h+15
- src/core/config/coap.h+15
- src/core/config/commissioner.h+15
- src/core/config/crypto.h+15
- src/core/config/dataset_updater.h+15
- src/core/config/dhcp6_client.h+15
- src/core/config/dhcp6_server.h+15
- src/core/config/diag.h+15
- src/core/config/dns_client.h+15
- src/core/config/dns_dso.h+15
- src/core/config/dnssd_server.h+16-1
- src/core/config/history_tracker.h+15
- src/core/config/ip6.h+15
- src/core/config/joiner.h+15
- src/core/config/link_metrics_manager.h+15
- src/core/config/link_quality.h+15
- src/core/config/link_raw.h+15
- src/core/config/logging.h+15
- src/core/config/mac.h+15
- src/core/config/mesh_diag.h+15
- src/core/config/mesh_forwarder.h+15
- src/core/config/misc.h+15
- src/core/config/mle.h+15
- src/core/config/nat64.h+15
- src/core/config/netdata_publisher.h+15
- src/core/config/network_diagnostic.h+15
- src/core/config/parent_search.h+15
- src/core/config/ping_sender.h+15
- src/core/config/platform.h+15
- src/core/config/power_calibration.h+15
- src/core/config/radio_link.h+15
- src/core/config/secure_transport.h+15
- src/core/config/sntp_client.h+15
- src/core/config/srp_client.h+16-1
- src/core/config/srp_server.h+15
- src/core/config/time_sync.h+15
- src/core/config/tmf.h+16
- src/core/diags/factory_diags.cpp+1-1
- src/core/ftd.cmake+2
- src/core/mtd.cmake+2
- src/core/net/dns_types.cpp+62
- src/core/net/dns_types.hpp+145
- src/core/net/dnssd_server.cpp+29-29
- src/core/net/dnssd_server.hpp+4-6
- src/core/net/srp_server.cpp+33-35
- src/core/net/srp_server.hpp+6
- src/core/radio.cmake+2
- src/core/radio_cli.cmake+2
- src/lib/spinel/CMakeLists.txt+14-2
- src/lib/spinel/example_vendor_hook.cpp+2-2
- src/lib/spinel/example_vendor_hook.hpp+2-2
- src/lib/spinel/openthread-spinel-config.h+3-3
- src/lib/spinel/radio_spinel.cpp+1-1
- src/lib/spinel/radio_spinel.hpp+1-1
- src/lib/spinel/spinel.c+3-5
- src/lib/spinel/spinel.h+2
- src/ncp/ftd.cmake+2
- src/ncp/mtd.cmake+2
- src/ncp/radio.cmake+2
- src/posix/platform/CMakeLists.txt+1
- src/posix/platform/daemon.cpp+1-1
- src/posix/platform/multicast_routing.cpp+1-1
- src/posix/platform/netif.cpp+24-24
- src/posix/platform/openthread-core-posix-config.h+2
- src/posix/platform/openthread-posix-config.h-34
- src/posix/platform/openthread-posix-daemon-config.h+72
- src/posix/platform/radio.cpp+1-1
- src/posix/platform/radio.hpp+2-2
- src/posix/platform/radio_url.cpp+1-1
- src/posix/platform/radio_url.hpp+14-1
- src/posix/platform/udp.cpp+1-1
- tests/fuzz/CMakeLists.txt+2
- tests/unit/CMakeLists.txt+4
- tests/unit/test_dns.cpp+84-37
- tests/unit/test_dns_client.cpp+11-11
0 commit comments