]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r365547: Add -z "TOS" option to ping6, to test DSCP/ECN values
authorRichard Scheffenegger <rscheff@FreeBSD.org>
Fri, 25 Sep 2020 10:57:11 +0000 (10:57 +0000)
committerRichard Scheffenegger <rscheff@FreeBSD.org>
Fri, 25 Sep 2020 10:57:11 +0000 (10:57 +0000)
commitc7e20b9b21cb37b376e49b86367aea6af75432ff
tree2a7d03f9698f29111d609c6135b9bb9a77698b8d
parent8cade652aeb4a87733d55042223e81909bd60169
MFC r365547: Add -z "TOS" option to ping6, to test DSCP/ECN values

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
sbin/ping6/ping6.8
sbin/ping6/ping6.c