updated strongswan.conf man page
This commit is contained in:
@@ -355,7 +355,7 @@ TNC_Result TNC_IMC_BeginHandshake(TNC_IMCID imc_id,
|
||||
return TNC_RESULT_FATAL;
|
||||
}
|
||||
if (lib->settings->get_bool(lib->settings,
|
||||
"libimcv.plugins.imc-os.send_info", TRUE))
|
||||
"libimcv.plugins.imc-os.push_info", TRUE))
|
||||
{
|
||||
out_msg = imc_msg_create(imc_os, state, connection_id, imc_id,
|
||||
TNC_IMVID_ANY, msg_types[0]);
|
||||
|
||||
@@ -270,7 +270,7 @@ TNC_Result TNC_IMC_BeginHandshake(TNC_IMCID imc_id,
|
||||
return TNC_RESULT_FATAL;
|
||||
}
|
||||
if (lib->settings->get_bool(lib->settings,
|
||||
"libimcv.plugins.imc-scanner.send_ports", TRUE))
|
||||
"libimcv.plugins.imc-scanner.push_info", TRUE))
|
||||
{
|
||||
out_msg = imc_msg_create(imc_scanner, state, connection_id, imc_id,
|
||||
TNC_IMVID_ANY, msg_types[0]);
|
||||
|
||||
Reference in New Issue
Block a user