CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/12/05 02:06:53
Modified files:
sbin/iked : ikev2.c
Log message:
When sending out a proposal we create an SA/SPI for the Child SAs if we
are an initiator and store the information on the proposal, because we
only had one proposal so far. This changes the code to only create one
SA on the first proposal and then apply the SPI to all other proposals
as well.
ok markus@
