* SubId表名变更修改
This commit is contained in:
@@ -910,7 +910,7 @@ int pangu_policy_init(const char* profile_path, const char* static_section, cons
|
||||
{
|
||||
goto error_out;
|
||||
}
|
||||
g_pangu_rt->subscriber_id_table_id=Maat_table_register(g_pangu_rt->dyn_maat, "TSG_DYN_SUBSCRIBE_IP");
|
||||
g_pangu_rt->subscriber_id_table_id=Maat_table_register(g_pangu_rt->dyn_maat, "TSG_DYN_SUBSCRIBER_IP");
|
||||
ret=Maat_plugin_EX_register(g_pangu_rt->dyn_maat,
|
||||
g_pangu_rt->subscriber_id_table_id,
|
||||
subscribe_id_new_cb,
|
||||
@@ -921,7 +921,7 @@ int pangu_policy_init(const char* profile_path, const char* static_section, cons
|
||||
NULL);
|
||||
if(ret!=0)
|
||||
{
|
||||
TFE_LOG_ERROR(NULL, "Pangu HTTP Dynamic Maat IPD_DYN_SUBSCIBE_IP EX data register failed.");
|
||||
TFE_LOG_ERROR(NULL, "Pangu HTTP Dynamic Maat TSG_DYN_SUBSCRIBER_IP EX data register failed.");
|
||||
goto error_out;
|
||||
}
|
||||
|
||||
|
||||
@@ -16,4 +16,4 @@
|
||||
#For expr/expr_plus Table
|
||||
#id name type src_charset dst_charset do_merge cross_cache quick_mode
|
||||
|
||||
1 TSG_DYN_SUBSCRIBE_IP plugin {"key":3,"valid":5}
|
||||
1 TSG_DYN_SUBSCRIBER_IP plugin {"key":3,"valid":5}
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
8 PXY_CTRL_HTTP_RES_BODY expr UTF8 GBK/UNICODE/UTF8 yes 128 quickoff
|
||||
8 TSG_OBJ_CONTENT expr UTF8 GBK/UNICODE/UTF8 yes 128 quickoff
|
||||
9 PXY_CTRL_SUBSCRIBE_ID expr UTF8 UTF8 yes 0 quickon
|
||||
9 TSG_OBJ_SUBSCRIBE_ID expr UTF8 UTF8 yes 0 quickon
|
||||
9 TSG_OBJ_SUBSCRIBER_ID expr UTF8 UTF8 yes 0 quickon
|
||||
10 PXY_CACHE_COMPILE compile escape --
|
||||
11 PXY_CACHE_GROUP group --
|
||||
12 PXY_CACHE_HTTP_URL expr UTF8 UTF8 yes 0 quickoff
|
||||
|
||||
Reference in New Issue
Block a user