log TNC PEP decision with level 0
This commit is contained in:
@@ -67,11 +67,13 @@ struct imv_manager_t {
|
||||
* 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
|
||||
* @param rec TNC action recommendation
|
||||
* @param eval TNC evaluation result
|
||||
* @return TRUE for allow|isolate, FALSE for none
|
||||
*/
|
||||
bool (*enforce_recommendation)(imv_manager_t *this,
|
||||
TNC_IMV_Action_Recommendation rec);
|
||||
TNC_IMV_Action_Recommendation rec,
|
||||
TNC_IMV_Evaluation_Result eval);
|
||||
|
||||
/**
|
||||
* Notify all IMV instances
|
||||
|
||||
Reference in New Issue
Block a user