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:
David S. Miller
2018-06-04 13:20:38 -04:00
parent 87ae68c8b4
commit a925ab48da
3 changed files with 3 additions and 8 deletions

View File

@@ -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
*/