enforce_recommendation inserts TNC group membership rules for IKE_SA

This commit is contained in:
Andreas Steffen
2010-11-10 17:59:41 +01:00
parent 498a583f4a
commit 41ec04c34d
2 changed files with 48 additions and 2 deletions
+10
View File
@@ -55,6 +55,16 @@ struct imv_manager_t {
*/
int (*get_count)(imv_manager_t *this);
/**
* Enforce the TNC recommendation on the IKE_SA by either inserting an
* allow|isolate group membership rule (TRUE) or by blocking access (FALSE)
*
* @param void TNC action recommendation
* @return TRUE for allow|isolate, FALSE for none
*/
bool (*enforce_recommendation)(imv_manager_t *this,
TNC_IMV_Action_Recommendation rec);
/**
* Notify all IMV instances
*