]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make use of IP_VLAN_PCP setsockopt in ping and ping6.
authorrscheff <rscheff@FreeBSD.org>
Sat, 24 Oct 2020 21:01:18 +0000 (21:01 +0000)
committerrscheff <rscheff@FreeBSD.org>
Sat, 24 Oct 2020 21:01:18 +0000 (21:01 +0000)
commita96b8971919387fe21ade5b69bf200675f841715
tree610c7f70d26418a76932d9358e784f617a979372
parent9447b37b89550f43e2ac0d77950b6327e9e5ddcc
Make use of IP_VLAN_PCP setsockopt in ping and ping6.

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