mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Correct comment for the IPv6 case to say "traffic class" not "TOS"
as pointed out back in 2009. MFC after: 3 days
This commit is contained in:
parent
01155b2005
commit
6ffd0ca91b
1 changed files with 1 additions and 1 deletions
|
|
@ -834,7 +834,7 @@ ieee80211_classify(struct ieee80211_node *ni, struct mbuf *m)
|
|||
uint32_t flow;
|
||||
uint8_t tos;
|
||||
/*
|
||||
* IPv6 frame, map the DSCP bits from the TOS field.
|
||||
* IPv6 frame, map the DSCP bits from the traffic class field.
|
||||
*/
|
||||
m_copydata(m, sizeof(struct ether_header) +
|
||||
offsetof(struct ip6_hdr, ip6_flow), sizeof(flow),
|
||||
|
|
|
|||
Loading…
Reference in a new issue