summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorliuxueli <[email protected]>2022-12-28 16:36:40 +0800
committerliuxueli <[email protected]>2022-12-29 14:05:52 +0800
commit0def1fe0238286ba9af88e622f20dadc89d7fdbf (patch)
tree2d6f4c0cd8560a69e78f531620da15399b3a9b71 /bin
parent49f2557ed3516d016c7f8486622b97a9e84a16b4 (diff)
TSG-13106: 支持Flag Object作为策略条件之一
Diffstat (limited to 'bin')
-rw-r--r--bin/tsg_log_field.conf9
-rw-r--r--bin/tsg_static_tableinfo.conf2
2 files changed, 7 insertions, 4 deletions
diff --git a/bin/tsg_log_field.conf b/bin/tsg_log_field.conf
index 574e7d9..3a5b7f8 100644
--- a/bin/tsg_log_field.conf
+++ b/bin/tsg_log_field.conf
@@ -117,7 +117,8 @@ STRING http_response_body 104
STRING mail_eml_file 105
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
-STRING common_app_full_path 111 \ 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
+STRING common_app_full_path 111
+LONG common_flags 112
diff --git a/bin/tsg_static_tableinfo.conf b/bin/tsg_static_tableinfo.conf
index 4c0371d..d76ed27 100644
--- a/bin/tsg_static_tableinfo.conf
+++ b/bin/tsg_static_tableinfo.conf
@@ -89,3 +89,5 @@
77 TSG_TUNNEL_ENDPOINT ip_plugin {"row_id":1,"ip_type":2,"start_ip":3,"end_ip":4,"valid":6,"estimate_size":4194304}
78 TSG_TUNNEL_LABEL plugin {"key":2,"valid":3} --
79 TSG_SECURITY_TUNNEL virtual TSG_OBJ_TUNNEL_ID --
+80 TSG_OBJ_FLAG flag --
+81 TSG_SECURITY_FLAG virtual TSG_OBJ_FLAG -- \ No newline at end of file