TSG-12637 monitor和deny动作未填写Vsysid

This commit is contained in:
fengweihao
2022-11-15 16:44:40 +08:00
parent 6b904fdf58
commit 3b28b8d897

View File

@@ -3164,10 +3164,14 @@ void proxy_on_http_end(const struct tfe_stream * stream,
.asn_client=ctx->ip_ctx.asn_client, .asn_server=ctx->ip_ctx.asn_server, .location_client=ctx->ip_ctx.location_client,
.location_server=ctx->ip_ctx.location_server};
if(ctx != NULL && ctx->param != NULL)
{
log_msg.vsys_id = ctx->param->vsys_id;
}
if(ctx->action == PX_ACTION_MANIPULATE)
{
log_msg.action = ctx->param->action;
log_msg.vsys_id = ctx->param->vsys_id;
}
if(ctx->action != PX_ACTION_NONE &&