Revert "ipv6: omit traffic class when calculating flow hash"
This reverts commit 87ae68c8b4
.
Applied the wrong version of this fix, correct version
coming up.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -907,11 +907,6 @@ static inline __be32 ip6_make_flowinfo(unsigned int tclass, __be32 flowlabel)
|
||||
return htonl(tclass << IPV6_TCLASS_SHIFT) | flowlabel;
|
||||
}
|
||||
|
||||
static inline u32 flowi6_get_flowlabel(const struct flowi6 *fl6)
|
||||
{
|
||||
return (__force u32)(fl6->flowlabel & IPV6_FLOWLABEL_MASK);
|
||||
}
|
||||
|
||||
/*
|
||||
* Prototypes exported by ipv6
|
||||
*/
|
||||
|
Reference in New Issue
Block a user