-
Notifications
You must be signed in to change notification settings - Fork 1.4k
netdb/lib_dnsdelserver.c: support delete the DNS server address by index or address #17284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
netdb/lib_dnsdelserver.c: support delete the DNS server address by index or address #17284
Conversation
a4bba18 to
9ec412e
Compare
9ec412e to
a65bb07
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nuttxs could you please help us to create a basic documentation to DNS APIs to be included at https://nuttx.apache.org/docs/latest/reference/user/index.html ?
cederom
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @nuttxs :-)
- Build errors please fix (https://github.com/apache/nuttx/actions/runs/19131263162/job/54672476451?pr=17284#step:7:682).
a65bb07 to
9995892
Compare
|
@nuttxs please add dns to user network doc: https://nuttx.apache.org/docs/latest/reference/user/11_network.html |
|
@acassis Okay, I will to add the corresponding "DNS functions" API documentation |
f7d9ffb to
d817165
Compare
|
Hmm, looks like |
d817165 to
5e2434a
Compare
by index or address - dns_del_nameserver() - dns_del_nameserver_by_index() Update the "DNS function" section in 11_network.rst, and create the netlib API documentation in netlib/index.rst Signed-off-by: nuttxs <zhaoqing.zhang@sony.com>
5e2434a to
d118b75
Compare
cederom
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Summary
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#apache/nuttx-apps#3206