]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make use of IP_VLAN_PCP setsockopt in ping and ping6.
authorRichard Scheffenegger <rscheff@FreeBSD.org>
Sat, 24 Oct 2020 21:01:18 +0000 (21:01 +0000)
committerRichard Scheffenegger <rscheff@FreeBSD.org>
Sat, 24 Oct 2020 21:01:18 +0000 (21:01 +0000)
commit81a6f4c7ae69d0f3acf564418b3a38153df6f26d
tree610c7f70d26418a76932d9358e784f617a979372
parentcb8e0678184c6b9f157c065b04fb3faf508289ed
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