android: Forward initiator flag to libipsec when adding IPsec SA

This commit is contained in:
Tobias Brunner 2013-06-13 13:55:58 +02:00
parent 52d7c530e9
commit 92f102c21b
1 changed files with 2 additions and 2 deletions

View File

@ -70,8 +70,8 @@ METHOD(kernel_ipsec_t, add_sa, status_t,
{
return ipsec->sas->add_sa(ipsec->sas, src, dst, spi, protocol, reqid, mark,
tfc, lifetime, enc_alg, enc_key, int_alg, int_key,
mode, ipcomp, cpi, encap, esn, inbound, src_ts,
dst_ts);
mode, ipcomp, cpi, initiator, encap, esn, inbound,
src_ts, dst_ts);
}
METHOD(kernel_ipsec_t, update_sa, status_t,