Set a condition flag if peer has been authenticated using XAuth

This commit is contained in:
Martin Willi
2012-03-20 17:31:32 +01:00
parent 54773729a8
commit 2da3ff7a52
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -159,6 +159,11 @@ enum ike_condition_t {
* Initial contact received
*/
COND_INIT_CONTACT_SEEN = (1<<8),
/**
* Peer has been authenticated using XAuth
*/
COND_XAUTH_AUTHENTICATED = (1<<9),
};
/**