nuttxs opened a new pull request, #17284:
URL: https://github.com/apache/nuttx/pull/17284
## Summary
netdb/lib_dnsdelserver.c: add DNS deletion functionality, support deleting
DNS servers by address or by index:
```
dns_del_nameserver()
dns_del_nameserver_by_index()
```
```
Multi-DNS delete Call-Chain Implementation:
Application Layer: netlib_del_ipv4dnsaddr() / netlib_del_ipv6dnsaddr()
↓
Network Layer: dns_del_nameserver()
↓
Storage Layer: g_dns_servers[] array
```
Related PR#https://github.com/apache/nuttx-apps/pull/3206
## Impact
New Feature/Change: Yes
User Impact: support delete the DNS server address by index or address
Build Impact:No new Kconfig options or build system changes.
Hardware Impact: No
Security: No
Compatibility: Backward-compatible; no breaking changes.
## Testing
Refer to PR#https://github.com/apache/nuttx-apps/pull/3206
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]