Zepp-Hanzj opened a new pull request, #18983:
URL: https://github.com/apache/nuttx/pull/18983
## Summary
* Add documentation for the ``ping6`` ICMPv6 ECHO request command, which
currently has a blank documentation page.
* The ``ping6`` tool sends ICMPv6 ECHO_REQUEST packets to a remote IPv6
host and reports per-reply round-trip times plus aggregate packet loss
statistics.
* The documentation covers: overview, configuration
(``CONFIG_SYSTEM_PING6`` and related symbols including DNS and
``CONFIG_NET_BINDTODEVICE``), usage, all six options (``-c``, ``-i``, ``-W``,
``-s``, ``-I``, ``-h``), output format explanation, examples for common
scenarios, and implementation notes.
* Refs #11081
## Impact
* Is new feature added? Is existing feature changed? NO
* Impact on user (will user need to adapt to change)? NO
* Impact on build (will build process change)? NO
* Impact on hardware (will arch(s) / board(s) / driver(s) change)? NO
* Impact on documentation (is update required / provided)? YES — this PR
is the documentation update itself.
* Impact on security (any sort of implications)? NO
* Impact on compatibility (backward/forward/interoperability)? NO
## Testing
* Build Host(s): Linux (WSL Ubuntu), x86_64
* Verification: ``python3 -m docutils`` RST syntax check — no warnings.
``make html`` in ``Documentation/`` — build succeeded with no errors.
* ``./tools/checkpatch.sh -g HEAD`` — all checks pass.
* Source evidence: documentation content derived from
``apps/system/ping6/ping6.c`` (404 lines), ``apps/system/ping6/Kconfig``, and
``apps/include/netutils/icmpv6_ping.h`` for data structures and constants.
--
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]