TSG-12336,TSG-13086: 将L7 protocol字段与app_label字段整合为common_app_full_path字段,L7 protocol ID转字符串时取值策略OBJECT中Application Name

This commit is contained in:
liuxueli
2022-12-30 17:30:53 +08:00
parent 3bd6a5642f
commit e0f6856189
5 changed files with 88 additions and 209 deletions

View File

@@ -199,7 +199,6 @@ struct tsg_log_instance_t
int mode;
int level;
int max_service;
int app_id_type;
int vsystem_id;
int unknown_app_id;
int send_user_region;
@@ -215,7 +214,6 @@ struct tsg_log_instance_t
int bridge_id[LOG_BRIDGE_MAX];
int fs2_column_id[LOG_COLUMN_STATUS_MAX];
int fs2_field_id[LOG_FS2_TYPE_MAX];
char l7_unknown_name[MAX_STRING_LEN];
char log_path[MAX_STRING_LEN*2];
char tcp_label[MAX_STRING_LEN];
char udp_label[MAX_STRING_LEN];