mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 05:01:48 +00:00
ipv4: Remove extraneous assignment of dst->tclassid.
We already set it several lines above. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
9e56e3800e
commit
3085a4b7d3
@ -2327,9 +2327,6 @@ local_input:
|
||||
rth->rt_key_tos = tos;
|
||||
rth->rt_dst = daddr;
|
||||
rth->rt_src = saddr;
|
||||
#ifdef CONFIG_IP_ROUTE_CLASSID
|
||||
rth->dst.tclassid = itag;
|
||||
#endif
|
||||
rth->rt_route_iif = dev->ifindex;
|
||||
rth->rt_iif = dev->ifindex;
|
||||
rth->rt_oif = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user