CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/01/24 03:09:08
Modified files:
sbin/iked : ca.c control.c iked.h ikev2.c
Log message:
Use per connection peerid for control replies
instead of 'broadcasting' replies for 'ikectl show sa' and
similar control requests, we now assign a uniq peerid to each
request and pass this peerid between the processes so the reply
can be sent on the matching connection.
from markus@
