freebsd-dev/sbin/ping6
Alexander V. Chernikov af14123601 Make ping6(1) return code consistent with the man page.
When every sendto() call originated by ping6(1) fails, current code always
 returns 2 ("transmission was successful but no responses were received")
 which is incorrect. Return EX_OSERR instead as in many cases it indicates
 some kernel-level problems.

MFC after:	3 weeks
2020-02-15 15:39:53 +00:00
..
tests ping6: Rename options for better consistency with ping 2019-08-23 15:22:20 +00:00
Makefile ping6: add a basic functional test 2019-08-22 15:08:04 +00:00
Makefile.depend Update Makefile.depend files 2019-12-11 17:37:53 +00:00
Makefile.depend.options Add Makefile.depend.options 2019-12-11 17:37:37 +00:00
ping6.8 Fix option names in the Examples section of the manual page 2019-10-20 20:29:17 +00:00
ping6.c Make ping6(1) return code consistent with the man page. 2020-02-15 15:39:53 +00:00