Commit 9878e9dd authored by Derek Atkins's avatar Derek Atkins Committed by Sridhar Samudrala

[IPSEC]: Block on connect for IPSEC keying.

parent 2566f6c2
......@@ -167,7 +167,7 @@ static inline int ip_route_connect(struct rtable **rp, u32 dst,
ip_rt_put(*rp);
*rp = NULL;
}
return ip_route_output_flow(rp, &fl, sk, 0);
return ip_route_output_flow(rp, &fl, sk, 1);
}
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