diff options
| author | liuxueli <[email protected]> | 2022-10-24 14:48:16 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2022-10-24 14:48:16 +0800 |
| commit | d00e851cf8a59e709dc72ac1fd222a7b135feaf0 (patch) | |
| tree | 9b9db95a906b1fcb795b2a9b507b2c5a47f08f1c /bin | |
| parent | a8a54f4f6f422d9eb70683c486ff83536ac29ba8 (diff) | |
TSG-12299: 增加Traffic vsys id字段(common_t_vsys_id)v5.8.7
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/tsg_log_field.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/tsg_log_field.conf b/bin/tsg_log_field.conf index a0dba78..f7a3d69 100644 --- a/bin/tsg_log_field.conf +++ b/bin/tsg_log_field.conf @@ -115,7 +115,8 @@ STRING app_extra_info 102 STRING http_request_body 103 STRING http_response_body 104 STRING mail_eml_file 105 -STRING common_vsys_id 106 +LONG common_vsys_id 106 STRING dtls_sni 107 -STRING common_tunnel_endpoint_a_desc 108 -STRING common_tunnel_endpoint_b_desc 109
\ No newline at end of file +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 |
