Release virtual IPs with the same identity as we acquired it

This commit is contained in:
Martin Willi
2010-03-25 14:29:10 +01:00
parent e06a6154e2
commit 045833c79d
3 changed files with 44 additions and 36 deletions
+7
View File
@@ -359,6 +359,13 @@ struct ike_sa_t {
*/
identification_t* (*get_other_id) (ike_sa_t *this);
/**
* Get the others peer identity, but prefer an EAP-Identity.
*
* @return EAP or IKEv2 identity
*/
identification_t* (*get_other_eap_id)(ike_sa_t *this);
/**
* Set the other peer's identification.
*