summaryrefslogtreecommitdiff
path: root/resource
diff options
context:
space:
mode:
authorfengweihao <[email protected]>2021-01-28 18:42:19 +0800
committerfengweihao <[email protected]>2021-01-28 18:42:19 +0800
commitc900e0ab28369f46e0bbb0997420ee963556e90a (patch)
tree559ae13f74eed5afaea561d53d496d958fbec66c /resource
parent1a0cadafebeec0aa326e945ceaf6d832a513957b (diff)
策略验证支持wannat
Diffstat (limited to 'resource')
-rw-r--r--resource/table_info_wannat.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/resource/table_info_wannat.conf b/resource/table_info_wannat.conf
new file mode 100644
index 0000000..269b883
--- /dev/null
+++ b/resource/table_info_wannat.conf
@@ -0,0 +1,17 @@
+#each collumn seperate with '\t'
+#id (0~65535)
+#name string
+#type one of ip,expr,expr_plus,digest,intval,compile or plugin
+#src_charset one of GBK,BIG5,UNICODE,UTF8
+#dst_charset combined by GBK,BIG5,UNICODE,UTF8,seperate with '/'
+#do_merege yes or no
+#cross cache 0~max
+#quickswitch quickon or quick off
+#id name type src_charset dst_charset do_merge cross_cache quickswitch
+0 WANNAT_COMPILE compile escape --
+1 GROUP_COMPILE_RELATION group2compile --
+2 GROUP_GROUP_RELATION group2group --
+3 TSG_OBJ_IP_ADDR ip_plus --
+4 TSG_SECURITY_SOURCE_ADDR virtual TSG_OBJ_IP_ADDR --
+5 TSG_SECURITY_DESTINATION_ADDR virtual TSG_OBJ_IP_ADDR --
+6 TSG_SECURITY_ADDR composition {"source":"TSG_SECURITY_SOURCE_ADDR","destination":"TSG_SECURITY_DESTINATION_ADDR"}