blob: c66db3a361a92dc5e5fdd0b6ac77102ede0f1416 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
#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/no]
#cross cache [number]
#quick mode [quickon/quickoff], default [quickoff]
#For ip/intval/digest/compile/group
#id name type
#
#For plugin table
#id name type valid_column
#
#For expr/expr_plus Table
#id name type src_charset dst_charset do_merge cross_cache quick_mode
0 IR_STATIC_NOMINEE_IP plugin 15 --
1 IR_DYNAMIC_NOMINEE_IP plugin 9 --
2 IR_NOMINEE_IP plugin 5 --
3 IR_CANDIDATE_IP plugin 6 --
4 IR_INTERCEPT_IP plugin 14 --
5 IR_DNAT_POLICY plugin 11 --
|