TSG-17854 PolicyVerify支持Internal IP address和Exteral IP address的扫描

TSG-17833 策略验证未正确展示命中Rule中object及 condition 的"与""或"关系
This commit is contained in:
fengweihao
2023-12-12 16:59:04 +08:00
parent b533519567
commit 286a461636
5 changed files with 73 additions and 41 deletions

View File

@@ -83,6 +83,8 @@ enum tsg_obj_table
TSG_OBJ_IP_DST_LOCATION,
TSG_OBJ_DST_SERVER_FQDN,
TSG_OBJ_DST_SERVER_FQDN_CAT,
TSG_OBJ_INTERNAL_ADDR,
TSG_OBJ_EXTERNAL_ADDR,
__TSG_OBJ_MAX
};
@@ -126,7 +128,6 @@ struct request_query_obj
int protocol;
struct ipaddr *ip_addr;
struct ipaddr *endpoint;
char *subscriberid;