By adding the -t traffic_call option to trceroute6 it is possible to specify the traffic class which is used when sending probe packets.
Details
Details
- Reviewers
rscheff rrs - Group Reviewers
manpages - Commits
- rS365685: Add a -t option to traceroute6 to control the traffic class used when
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
In the man page, do we want to refer to RFC2474 and RFC3168, so that people are at least warned when the tos / tclass bytes are using not only the DSCP field, but also the ECN codepoints in ping / ping6 / traceroute / traceroute6?
Comment Actions
In my view the Traffic Class is an 8-bit field. It can be split in 6 bit DSCP and 2 bit ECN, but that is one option of using it. That is why it is called Traffic Class. RFC RFC 8200 is clear on this, I think.
Therefore, the short answer to your question is: no.