summaryrefslogtreecommitdiff
path: root/matt/bak/table_info copy.conf
diff options
context:
space:
mode:
Diffstat (limited to 'matt/bak/table_info copy.conf')
-rw-r--r--matt/bak/table_info copy.conf85
1 files changed, 85 insertions, 0 deletions
diff --git a/matt/bak/table_info copy.conf b/matt/bak/table_info copy.conf
new file mode 100644
index 0000000..7dfa8ca
--- /dev/null
+++ b/matt/bak/table_info copy.conf
@@ -0,0 +1,85 @@
+[
+ {
+ "table_id":0,
+ "table_name":"WANNAT_COMPILE",
+ "table_type":"compile",
+ "user_region_encoded":"escape", // user_region 解析格式
+ "valid_column":8, // maybe 8 , user_region 可能不算一列.
+ "custom": {
+ "compile_id":1,
+ "clause_num":8
+ }
+ },
+ {
+ "table_id":1,
+ "table_name":"WANNAT_GROUP_COMPILE_RELATION",
+ "table_type":"group2compile",
+ "associated_compile_table_id":0,
+ "valid_column":6,
+ "custom": {
+ "group_ids":1,
+ "compile_id":2,
+ "not_flag":3,
+ "virtual_table":4,
+ "nth_clause":5
+ }
+ },
+ {
+ "table_id":2,
+ "table_name":"GROUP2GROUP",
+ "table_type":"group2group",
+ "valid_column":4,
+ "custom": {
+ "group_id":1,
+ "included_sub_group_ids":2,
+ "excluded_sub_group_ids":3
+ }
+ },
+ {
+ "table_id":3,
+ "table_name":"WANNAT_OBJ_UE_ID",
+ "table_type":"expr",
+ "valid_column":7,
+ "custom": {
+ "region_id":1,
+ "group_id":2,
+ "keywords":3,
+ "expr_type":4,
+ "match_method":5,
+ "is_hexbin":6
+ }
+ },
+ {
+ "table_id":4,
+ "table_name":"WANNAT_OBJ_IP_ADDR",
+ "table_type":"ip",
+ "valid_column":8,
+ "custom": {
+ "region_id":1,
+ "group_id":2,
+ "addr_type":3,
+ "addr_format":4,
+ "ip1":5,
+ "ip2":6,
+ "port":7
+ }
+ },
+ {
+ "table_id":5,
+ "table_name": "UE_ID",
+ "table_type": "virtual",
+ "physical_table": "WANNAT_OBJ_UE_ID"
+ },
+ {
+ "table_id":6,
+ "table_name": "SOURCE_IP",
+ "table_type": "virtual",
+ "physical_table": "WANNAT_OBJ_IP_ADDR"
+ },
+ {
+ "table_id":7,
+ "table_name": "DESTINATION_IP",
+ "table_type": "virtual",
+ "physical_table": "WANNAT_OBJ_IP_ADDR"
+ }
+] \ No newline at end of file