ike-sa: Add condition to suspend online certificate revocation checks for an IKE_SA
This commit is contained in:
@@ -217,6 +217,11 @@ enum ike_condition_t {
|
|||||||
* This IKE_SA has been redirected
|
* This IKE_SA has been redirected
|
||||||
*/
|
*/
|
||||||
COND_REDIRECTED = (1<<11),
|
COND_REDIRECTED = (1<<11),
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Online certificate revocation checking is suspended for this IKE_SA
|
||||||
|
*/
|
||||||
|
COND_ONLINE_VALIDATION_SUSPENDED = (1<<12),
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user