diff options
Diffstat (limited to 'demo5/table_info_wgw_scan.conf')
| -rw-r--r-- | demo5/table_info_wgw_scan.conf | 103 |
1 files changed, 103 insertions, 0 deletions
diff --git a/demo5/table_info_wgw_scan.conf b/demo5/table_info_wgw_scan.conf new file mode 100644 index 0000000..1314b3d --- /dev/null +++ b/demo5/table_info_wgw_scan.conf @@ -0,0 +1,103 @@ +[ + { + "table_id":0, + "table_name":"WANNAT_COMPILE", + "table_type":"compile", + "default_compile_table":0, + "user_region_encoded":"escape", + "valid_column":9, + "custom": { + "compile_id":1, + "service":2, + "action":3, + "do_blacklist":4, + "do_log":5, + "tags":6, + "user_region":7, + "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_id":1, + "compile_id":2, + "not_flag":3, + "virtual_table_name":4, + "clause_index":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": { + "item_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": { + "item_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" + }, + { + "table_id":8, + "table_name":"WANNAT_DYN_UE_ID_IP", + "table_type":"plugin", + "valid_column":5, + "custom": { + "key_type":"ip_addr", + "addr_type":2, + "key":3 + } + } +]
\ No newline at end of file |
