Zepp-Hanzj opened a new pull request, #3533: URL: https://github.com/apache/nuttx-apps/pull/3533
## Summary Add comprehensive documentation for the iptables command. ### Changes - Add `system/iptables/iptables_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, --icmp-type - Include practical examples for common use cases - Reference Kconfig options: CONFIG_SYSTEM_IPTABLES, CONFIG_NET_IPTABLES, CONFIG_NET_IPv4 ### 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 - Configuration requirements - See Also references ### Testing - Verified documentation matches actual implementation in `iptables.c` and `iptables_utils.c` - All options and commands documented are present in the source code - Examples use correct syntax as shown in `iptables_showusage()` ### Impact - New documentation only, no code changes - Improves discoverability and usability of iptables command ### Related - Companion PR for ip6tables documentation will follow 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]
