From: Liam McBirnie <mcbirni...@gmail.com> Date: Fri, 2 Jun 2017 15:12:26 +1000
> From: Liam McBirnie <mcbirni...@gmail.com> > 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 DSCP on > encapsulated packets") removed the code which previously added the > traffic class to the flowlabel. > > 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 <liam.mcbir...@boeing.com> Applied and queued up for -stable, thanks.