Respect IKE version while selecting an ike_cfg as responder

This commit is contained in:
Martin Willi
2012-10-24 10:19:33 +02:00
parent 1fdd62ffce
commit 7910116384
4 changed files with 38 additions and 13 deletions
+2 -1
View File
@@ -60,7 +60,8 @@ struct backend_manager_t {
* @return matching ike_config, or NULL if none found
*/
ike_cfg_t* (*get_ike_cfg)(backend_manager_t *this,
host_t *my_host, host_t *other_host);
host_t *my_host, host_t *other_host,
ike_version_t version);
/**
* Get a peer_config identified by it's name.