ike-sa: Add condition to suspend online certificate revocation checks for an IKE_SA

This commit is contained in:
Tobias Brunner
2016-03-10 11:07:14 +01:00
parent 1b9c1ae018
commit e19162a509
+5
View File
@@ -217,6 +217,11 @@ enum ike_condition_t {
* This IKE_SA has been redirected
*/
COND_REDIRECTED = (1<<11),
/**
* Online certificate revocation checking is suspended for this IKE_SA
*/
COND_ONLINE_VALIDATION_SUSPENDED = (1<<12),
};
/**