CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/11/15 07:14:15
Modified files:
sbin/iked : ikev2.c
Log message:
IKEv2 message fragments of the same message have the same msg_id. When
fragmentation was added every incoming message increased the internal
msg_id count. Fragments were handled with an explicit exception.
Now that we have msg_valid we can increase the SA's msg_id counter
only with the reconstructed message and remove the exception.
ok bluhm@
