commit | 38b7097b55b6cf30adc5ac07cb1055683224393e | [log] [tgz] |
---|---|---|
author | Hannes Frederic Sowa <hannes@stressinduktion.org> | Sat Jun 11 20:08:19 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sat Jun 11 15:33:26 2016 -0700 |
tree | 354f839048b45dcfa415469431fa4640fd6f2652 | |
parent | e69f73bfecb0178ae6bd20eb778211739cd71fab [diff] |
ipv6: use TOS marks from sockets for routing decision In IPv6 the ToS values are part of the flowlabel in flowi6 and get extracted during fib rule lookup, but we forgot to correctly initialize the flowlabel before the routing lookup. Reported-by: <liam.mcbirnie@boeing.com> Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org> Signed-off-by: David S. Miller <davem@davemloft.net>