<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/sbin/ping6, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2020-11-26T04:29:30Z</updated>
<entry>
<title>Merge ping6 to ping</title>
<updated>2020-11-26T04:29:30Z</updated>
<author>
<name>Alan Somers</name>
<email>asomers@FreeBSD.org</email>
</author>
<published>2020-11-26T04:29:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=3cde9171d2d50852ab782e90acf734f416246e86'/>
<id>urn:sha1:3cde9171d2d50852ab782e90acf734f416246e86</id>
<content type='text'>
There is now a single ping binary, which chooses to use ICMP or ICMPv4
based on the -4 and -6 options, and the format of the address.

Submitted by:	Ján Sučan &lt;sucanjan@gmail.com&gt;
Sponsored by:	Google LLC (Google Summer of Code 2019)
MFC after:	Never
Differential Revision:	https://reviews.freebsd.org/D21377
</content>
</entry>
<entry>
<title>ping6: update usage text after r365547</title>
<updated>2020-11-24T02:51:45Z</updated>
<author>
<name>Alan Somers</name>
<email>asomers@FreeBSD.org</email>
</author>
<published>2020-11-24T02:51:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=f998d4c7a2376cc1e73c9a4c93699f8ff53f037f'/>
<id>urn:sha1:f998d4c7a2376cc1e73c9a4c93699f8ff53f037f</id>
<content type='text'>
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Make use of IP_VLAN_PCP setsockopt in ping and ping6.</title>
<updated>2020-10-24T21:01:18Z</updated>
<author>
<name>Richard Scheffenegger</name>
<email>rscheff@FreeBSD.org</email>
</author>
<published>2020-10-24T21:01:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=81a6f4c7ae69d0f3acf564418b3a38153df6f26d'/>
<id>urn:sha1:81a6f4c7ae69d0f3acf564418b3a38153df6f26d</id>
<content type='text'>
In order to validate the proper marking and use of a different
ethernet priority class, add the new session-specific PCP
feature to the ping/ping6 utilities.

Reviewed by:	mav, bcr
Sponsored by:	NetApp, Inc.
Differential Revision:	https://reviews.freebsd.org/D26627
</content>
</entry>
<entry>
<title>Add -z "TOS" option to ping6, to test DSCP/ECN values</title>
<updated>2020-09-10T00:50:18Z</updated>
<author>
<name>Richard Scheffenegger</name>
<email>rscheff@FreeBSD.org</email>
</author>
<published>2020-09-10T00:50:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=6034024daddb87df2e7a9880070e6c76ac6a1223'/>
<id>urn:sha1:6034024daddb87df2e7a9880070e6c76ac6a1223</id>
<content type='text'>
ping has the option to add the (deprecated) TOS byte
using the -z option. Adding the same option, with the
same (deprecated) Traffic Class Byte (nowadays actually
DSCP and ECN fields) to ping6 to validate proper QoS
processing in network switches.

Reviewed by:	tuexen
MFC after:	2 weeks
Sponsored by:	NetApp, Inc.
Differential Revision:	https://reviews.freebsd.org/D26384
</content>
</entry>
<entry>
<title>Make ping6(1) return code consistent with the man page.</title>
<updated>2020-02-15T15:39:53Z</updated>
<author>
<name>Alexander V. Chernikov</name>
<email>melifaro@FreeBSD.org</email>
</author>
<published>2020-02-15T15:39:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=af141236018894868608675854fdb8ca4b9f50fa'/>
<id>urn:sha1:af141236018894868608675854fdb8ca4b9f50fa</id>
<content type='text'>
 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
</content>
</entry>
<entry>
<title>Update Makefile.depend files</title>
<updated>2019-12-11T17:37:53Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2019-12-11T17:37:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=2c9a9dfc187d171de6b92654d71b977f067ed641'/>
<id>urn:sha1:2c9a9dfc187d171de6b92654d71b977f067ed641</id>
<content type='text'>
Update a bunch of Makefile.depend files as
a result of adding Makefile.depend.options files

Reviewed by:	 bdrewery
MFC after:	1 week
Sponsored by:   Juniper Networks
Differential Revision:  https://reviews.freebsd.org/D22494
</content>
</entry>
<entry>
<title>Add Makefile.depend.options</title>
<updated>2019-12-11T17:37:37Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2019-12-11T17:37:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=5ab1c5846ff41be24b1f6beb0317bf8258cd4409'/>
<id>urn:sha1:5ab1c5846ff41be24b1f6beb0317bf8258cd4409</id>
<content type='text'>
Leaf directories that have dependencies impacted
by options need a Makefile.depend.options file
to avoid churn in Makefile.depend

DIRDEPS for cases such as OPENSSL, TCP_WRAPPERS etc
can be set in local.dirdeps-options.mk
which can add to those set in Makefile.depend.options

See share/mk/dirdeps-options.mk

Reviewed by:	 bdrewery
MFC after:	1 week
Sponsored by:   Juniper Networks
Differential Revision:  https://reviews.freebsd.org/D22469
</content>
</entry>
<entry>
<title>ping, ping6: Use setitimer(2) instead of obsolete alarm(3)</title>
<updated>2019-11-26T05:06:25Z</updated>
<author>
<name>Alan Somers</name>
<email>asomers@FreeBSD.org</email>
</author>
<published>2019-11-26T05:06:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=2eb6acc2775b7c597f02907dc22fb839c4f229e3'/>
<id>urn:sha1:2eb6acc2775b7c597f02907dc22fb839c4f229e3</id>
<content type='text'>
Submitted by:	Ján Sučan &lt;sucanjan@gmail.com&gt;
Differential Revision:	https://reviews.freebsd.org/D22103
</content>
</entry>
<entry>
<title>Fix option names in the Examples section of the manual page</title>
<updated>2019-10-20T20:29:17Z</updated>
<author>
<name>Alan Somers</name>
<email>asomers@FreeBSD.org</email>
</author>
<published>2019-10-20T20:29:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=e9dfc15a839ad80ec3ef9db20a071e6560588d8c'/>
<id>urn:sha1:e9dfc15a839ad80ec3ef9db20a071e6560588d8c</id>
<content type='text'>
This corrects an oversight from r351423.

Submitted by:	Ján Sučan &lt;sucanjan@gmail.com&gt;
MFC after:	Never
Differential Revision:	https://reviews.freebsd.org/D22093
</content>
</entry>
<entry>
<title>ping6: Use caph_rights_limit(3) for STDIN_FILENO</title>
<updated>2019-09-23T22:20:11Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2019-09-23T22:20:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=d395e985b28bc1b58c29e8da38efa8eeac39bfeb'/>
<id>urn:sha1:d395e985b28bc1b58c29e8da38efa8eeac39bfeb</id>
<content type='text'>
Update some error messages while here.

Reported by:	olivier
MFC after:	3 days
</content>
</entry>
</feed>
