]> git.ipfire.org Git - thirdparty/strongswan.git/commit
Merge branch 'ike-sa-flush'
authorTobias Brunner <tobias@strongswan.org>
Tue, 20 Sep 2022 08:09:59 +0000 (10:09 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 20 Sep 2022 08:09:59 +0000 (10:09 +0200)
commit33f5e23c4ed5fd89b064a3c089bf5591247b55e4
tree786c1c655ab6b56a67cda6cfbb36e252461d0c32
parent69995ed2c42be0dbb52a61b906ec63b9bbd1099f
parent2740c50bb8056fde570146fcd5e2c703bd54a840
Merge branch 'ike-sa-flush'

This fixes a race condition during shutdown between the main thread
flushing the IKE_SA manager and worker threads still creating IKE_SAs.

Closes strongswan/strongswan#1252