diff options
| author | 刘学利 <[email protected]> | 2022-12-29 06:03:04 +0000 |
|---|---|---|
| committer | 刘学利 <[email protected]> | 2022-12-29 06:03:04 +0000 |
| commit | 49f2557ed3516d016c7f8486622b97a9e84a16b4 (patch) | |
| tree | 912949745e4ba81c43a8f14f898144970cfcd8c2 /bin | |
| parent | f5acead84aa28af4a87ebbe4e67540e3e764d119 (diff) | |
TSG-12336,TSG-12397,TSG-13086: 将L7 protocol字段与app_label字段整合为common_app_full_path字段,L7 protocol ID转字符串时取值策略OBJECT中Application Name
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/tsg_log_field.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/tsg_log_field.conf b/bin/tsg_log_field.conf index f7a3d69..574e7d9 100644 --- a/bin/tsg_log_field.conf +++ b/bin/tsg_log_field.conf @@ -119,4 +119,5 @@ LONG common_vsys_id 106 STRING dtls_sni 107 STRING common_tunnel_endpoint_a_desc 108 STRING common_tunnel_endpoint_b_desc 109 -LONG common_t_vsys_id 110
\ No newline at end of file +LONG common_t_vsys_id 110 +STRING common_app_full_path 111
\ No newline at end of file |
