TSG-23925 Supports scanning of source_zone and destination_zone, and removes internal and external
This commit is contained in:
@@ -3073,6 +3073,12 @@ void proxy_on_http_begin(const struct tfe_stream *stream, const struct tfe_http_
|
||||
hit_cnt += scan_ret;
|
||||
}
|
||||
|
||||
scan_ret = tfe_scan_zone(stream, ctx->result, ctx->scan_mid, hit_cnt);
|
||||
if(scan_ret > 0)
|
||||
{
|
||||
hit_cnt += scan_ret;
|
||||
}
|
||||
|
||||
addr_tfe2sapp(stream->addr, &sapp_addr);
|
||||
if (sapp_addr.addrtype == ADDR_TYPE_IPV4)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user