diff options
Diffstat (limited to 'include/net/route.h')
| -rw-r--r-- | include/net/route.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/route.h b/include/net/route.h index ed2b78e2375..98705468ac0 100644 --- a/include/net/route.h +++ b/include/net/route.h @@ -130,9 +130,9 @@ static inline struct rtable *ip_route_output(struct net *net, __be32 daddr,  {  	struct flowi4 fl4 = {  		.flowi4_oif = oif, +		.flowi4_tos = tos,  		.daddr = daddr,  		.saddr = saddr, -		.flowi4_tos = tos,  	};  	return ip_route_output_key(net, &fl4);  }  |