aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/flow.h
diff options
context:
space:
mode:
authorDaniel Borkmann <daniel@iogearbox.net>2016-03-18 18:37:58 +0100
committerDavid S. Miller <davem@davemloft.net>2016-03-20 13:44:34 -0400
commit95caf6f71a9998b5382e3fb9abbca34c02e8f74f (patch)
treee9a0f1428cef1acccb41aa37cf040e3003f205fa /include/net/flow.h
parentvxlan: fix populating tclass in vxlan6_get_route (diff)
downloadlinux-dev-95caf6f71a9998b5382e3fb9abbca34c02e8f74f.tar.xz
linux-dev-95caf6f71a9998b5382e3fb9abbca34c02e8f74f.zip
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 'include/net/flow.h')
0 files changed, 0 insertions, 0 deletions