diff options
author | Daniel Borkmann <daniel@iogearbox.net> | 2016-03-18 20:37:58 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-03-20 20:44:34 +0300 |
commit | 95caf6f71a9998b5382e3fb9abbca34c02e8f74f (patch) | |
tree | e9a0f1428cef1acccb41aa37cf040e3003f205fa /crypto/serpent_generic.c | |
parent | eaa93bf4c6090809395605d1775a0db9970eda5e (diff) | |
download | linux-95caf6f71a9998b5382e3fb9abbca34c02e8f74f.tar.xz |
geneve: fix populating tclass in geneve_get_v6_dst
The struct flowi6's flowi6_tos is not used in IPv6 route lookup, the
traffic class information is handled in the flowi6's flowlabel member
instead. For example, for policy routing, fib6_rule_match() uses
ip6_tclass() that is applied on the flowlabel for matching on tclass,
which would currently not work as expected.
Fixes: 3a56f86f1be6 ("geneve: handle ipv6 priority like ipv4 tos")
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'crypto/serpent_generic.c')
0 files changed, 0 insertions, 0 deletions