Added an esn parameter to the kernel interface add_sa functions

This commit is contained in:
Martin Willi
2011-04-20 12:26:57 +02:00
parent f7925cad04
commit 4876d4f3b3
9 changed files with 17 additions and 15 deletions
+1 -1
View File
@@ -647,7 +647,7 @@ METHOD(child_sa_t, install, status_t,
src, dst, spi, proto_ike2ip(this->protocol), this->reqid,
inbound ? this->mark_in : this->mark_out, tfc,
lifetime, enc_alg, encr, int_alg, integ, this->mode,
this->ipcomp, cpi, this->encap, update, src_ts, dst_ts);
this->ipcomp, cpi, this->encap, FALSE, update, src_ts, dst_ts);
free(lifetime);