docs/system/ip6tables: add ip6tables man page#3534
Closed
Zepp-Hanzj wants to merge 1 commit into
Closed
Conversation
Add comprehensive documentation for the ip6tables command including: - Name, synopsis, and description - Targets (ACCEPT, DROP, RETURN) - Tables (filter) - Commands (-A, -D, -I, -L, -F, -P) - Options (-t, -p, -s, -d, -j, -i, -o, --sport, --dport, --icmpv6-type) - Practical examples - Configuration requirements The documentation is based on the actual implementation in apps/system/iptables/ip6tables.c and iptables_utils.c. Signed-off-by: hanzhijian <hanzhijian@zepp.com>
acassis
approved these changes
Jun 9, 2026
| @@ -0,0 +1,242 @@ | |||
| ============== | |||
Contributor
There was a problem hiding this comment.
why not add to nuttx/Documentation?
cederom
requested changes
Jun 9, 2026
cederom
left a comment
Contributor
There was a problem hiding this comment.
Thank you @Zepp-Hanzj.. but we do not document this way, please update our main documentation at nuttx/Documentation as @xiaoxiang781216 noted :-)
There are two possible locations:
- https://nuttx.apache.org/docs/latest/applications/netutils/index.html
1.1. https://nuttx.apache.org/docs/latest/applications/netutils/ip6tables/index.html <- this one needs to be created with the content you provided here.
1.2. https://nuttx.apache.org/docs/latest/applications/netutils/iptables/index.html <- this one needs an update too if you have a moment please. - https://nuttx.apache.org/docs/latest/components/net/ipfilter.html <- there is a mention of
iptableshere but you can reference description to the applications/netutils location when ready.
Contributor
Author
|
Moved to apache/nuttx#19074 (Documentation/applications/system/ip6tables). Closing this PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add comprehensive documentation for the ip6tables command.
Changes
system/iptables/ip6tables_doc.rstwith complete man pageDocumentation Structure
Testing
ip6tables.candiptables_utils.cImpact
Related
Signed-off-by: hanzhijian hanzhijian@zepp.com