提交 4157434c 编写于 作者: D David S. Miller

ipv4: Use passed-in protocol in ip_route_newports().

Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 3c0afdca
......@@ -217,7 +217,7 @@ static inline struct rtable *ip_route_newports(struct rtable *rt,
.fl4_dst = rt->fl.fl4_dst,
.fl4_src = rt->fl.fl4_src,
.fl4_tos = rt->fl.fl4_tos,
.proto = rt->fl.proto,
.proto = protocol,
.fl_ip_sport = sport,
.fl_ip_dport = dport };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册