diff options
| author | 崔一鸣 <[email protected]> | 2019-01-24 19:39:58 +0800 |
|---|---|---|
| committer | 崔一鸣 <[email protected]> | 2019-01-24 19:39:58 +0800 |
| commit | c11bbf2e2e2701de5c0f753fb36e3a15b0597c80 (patch) | |
| tree | d5f6b682fd72abbc11111cd10cf083ff848bb070 /mctrl/bin/conf/table_info.conf | |
| parent | 6533454d55c6684ea8b1310122a2ed6e3938bb92 (diff) | |
| parent | f468ccaf66f25f2cc846104593b41dd1d2b6a9ce (diff) | |
Merge branch 'master' of git.mesalab.cn:IPReuse/Deploy_Env
Diffstat (limited to 'mctrl/bin/conf/table_info.conf')
| -rw-r--r-- | mctrl/bin/conf/table_info.conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/mctrl/bin/conf/table_info.conf b/mctrl/bin/conf/table_info.conf new file mode 100644 index 0000000..be3c64c --- /dev/null +++ b/mctrl/bin/conf/table_info.conf @@ -0,0 +1,23 @@ +#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 table. +#id name type +# +#For plugin table. The first column's id is 1. 0 as not speicified. +#id name type column_define +# +#For expr/expr_plus Table +#id name type src_charset dst_charset do_merge cross_cache quick_mode +0 IR_STATIC_NOMINEE_IP plugin {"key":1,"valid":15} -- +1 IR_DYNAMIC_NOMINEE_IP plugin {"key":1,"valid":9} -- +2 IR_DNAT_POLICY plugin {"key":1,"valid":12} -- +3 IR_NOMINEE_IP plugin {"key":1,"valid":5} -- +4 IR_INTERCEPT_IP plugin {"key":1,"valid":14} -- +5 IR_CANDIDATE_IP plugin {"key":1,"valid":6} -- |
