提交 3085a4b7 编写于 作者: D David S. Miller

ipv4: Remove extraneous assignment of dst->tclassid.

We already set it several lines above.
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 9e56e380
......@@ -2327,9 +2327,6 @@ out: return err;
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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册