]> git.ipfire.org Git - thirdparty/strongswan.git/commit
Merge branch 'ike-update-event'
authorTobias Brunner <tobias@strongswan.org>
Mon, 18 Jan 2021 12:31:01 +0000 (13:31 +0100)
committerTobias Brunner <tobias@strongswan.org>
Mon, 18 Jan 2021 12:33:26 +0000 (13:33 +0100)
commitf97875b72e4e027b705d158336c1571612546afe
tree27b05f42e5e07fb983adddf2adbe99acb9be403c
parent5ef10ec32624aadc34ce4ced3f4202fbc06fa86d
parentd79cefc3fcfa6de4b7740b92933317c66c6c25e1
Merge branch 'ike-update-event'

This modifies the signature of the listener_t::ike_update() callback so
that both addresses are passed and it's only called once if both
addresses change (e.g. for an address family switch).

The callback is now also triggered for MOBIKE updates and the event is
exposed via vici.

Fixes #3602.