Re: [PATCH net] ip6_tunnel: fix traffic class routing for tunnels

2017-06-04 Thread David Miller
From: Liam McBirnie Date: Fri, 2 Jun 2017 15:12:26 +1000 > From: Liam McBirnie > Date: Thu, 1 Jun 2017 15:36:01 +1000 > Subject: [PATCH net] ip6_tunnel: fix traffic class routing for tunnels > > ip6_route_output() requires that the flowlabel contains the traffic > class

Re: [PATCH net] ip6_tunnel: fix traffic class routing for tunnels

2017-06-01 Thread Peter Dawson
On Fri, 2 Jun 2017 15:12:26 +1000 Liam McBirnie wrote: > The traffic class is added here because only route lookup needs the > flowlabel to contain the traffic class. > > Fixes: 0e9a709560db ("ip6_tunnel, ip6_gre: fix setting of DSCP on > encapsulated packets") > Signed-off-by: Liam McBirnie

[PATCH net] ip6_tunnel: fix traffic class routing for tunnels

2017-06-01 Thread Liam McBirnie
From: Liam McBirnie Date: Thu, 1 Jun 2017 15:36:01 +1000 Subject: [PATCH net] ip6_tunnel: fix traffic class routing for tunnels ip6_route_output() requires that the flowlabel contains the traffic class for policy routing. Commit 0e9a709560db ("ip6_tunnel, ip6_gre: fix setting of DS