Commit a37663ea authored by David S. Miller's avatar David S. Miller Committed by Sridhar Samudrala

[IPSEC]: Revert previous change to ip_route_connect.

parent cf814b9b
...@@ -167,7 +167,7 @@ static inline int ip_route_connect(struct rtable **rp, u32 dst, ...@@ -167,7 +167,7 @@ static inline int ip_route_connect(struct rtable **rp, u32 dst,
ip_rt_put(*rp); ip_rt_put(*rp);
*rp = NULL; *rp = NULL;
} }
return ip_route_output_flow(rp, &fl, sk, 1); return ip_route_output_flow(rp, &fl, sk, 0);
} }
static inline int ip_route_newports(struct rtable **rp, u16 sport, u16 dport, static inline int ip_route_newports(struct rtable **rp, u16 sport, u16 dport,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment