TSG-11996 策略验证支持Tunnel Object,修复合并tunnel问题
This commit is contained in:
@@ -149,7 +149,7 @@ struct verify_policy_query_obj
|
||||
|
||||
char *subscriberid;
|
||||
|
||||
int nth_scan[8];
|
||||
int nth_scan[256];
|
||||
int nth_scan_num;
|
||||
cJSON* attributes;
|
||||
|
||||
@@ -180,4 +180,6 @@ int security_policy_init(struct verify_policy * verify, const char* profile_path
|
||||
|
||||
int http_hit_policy_list(enum verify_policy_type policy_type, size_t hit_cnt, cJSON *data_obj, void *pme);
|
||||
|
||||
void verify_policy_tunnle_add(void * pme);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user