summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorfengweihao <[email protected]>2023-12-12 16:59:04 +0800
committerfengweihao <[email protected]>2023-12-12 16:59:04 +0800
commit286a461636e0e6cd74a59d76c6e396f90d1352e8 (patch)
tree65e322d92a00839e251bbe7dd1c972ddd0159a18 /common
parentb533519567acb88ced9d028a0f062496e4c5b660 (diff)
TSG-17854 PolicyVerify支持Internal IP address和Exteral IP address的扫描
TSG-17833 策略验证未正确展示命中Rule中object及 condition 的"与""或"关系
Diffstat (limited to 'common')
-rw-r--r--common/include/verify_policy.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/include/verify_policy.h b/common/include/verify_policy.h
index b48f409..cd5c258 100644
--- a/common/include/verify_policy.h
+++ b/common/include/verify_policy.h
@@ -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;