Zepp-Hanzj opened a new pull request, #3534: URL: https://github.com/apache/nuttx-apps/pull/3534
## Summary Add comprehensive documentation for the ip6tables command. ### Changes - Add `system/iptables/ip6tables_doc.rst` with complete man page - Document all commands: -A, -D, -I, -L, -F, -P - Document all options: -t, -p, -s, -d, -j, -i, -o, --sport, --dport, --icmpv6-type - Include practical examples for common use cases - Reference Kconfig options: CONFIG_SYSTEM_IP6TABLES, CONFIG_NET_IPTABLES, CONFIG_NET_IPv6 ### Documentation Structure - Name and synopsis - Description with targets and tables - Commands section with detailed explanations - Options section with all parameters - Examples section with real-world scenarios (using IPv6 addresses) - Configuration requirements - See Also references ### Testing - Verified documentation matches actual implementation in `ip6tables.c` and `iptables_utils.c` - All options and commands documented are present in the source code - Examples use correct IPv6 syntax (fc00::1, etc.) - ICMPv6 options documented instead of ICMP ### Impact - New documentation only, no code changes - Improves discoverability and usability of ip6tables command - Companion to iptables documentation (PR #3533) ### Related - PR #3533: iptables documentation Signed-off-by: hanzhijian <[email protected]> -- 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]
