(1)字符串,增强字符串当可配置多个关键词的时候,加入最多4个词限制,并且关键词不能重复

(2)bgp as导入提交
(3)删除重复的ip_range_in_the_same国际化
This commit is contained in:
wangxin
2018-10-30 14:52:51 +08:00
parent 7f0048aec7
commit 6d56cc0d2b
6 changed files with 54 additions and 16 deletions

View File

@@ -1299,4 +1299,4 @@ av_protocol_note=Note:Recognizable Protocols Include RTSP,RTMP.
ip_range_in_the_same=Start IP and end IP in a IP range must with in the same subnet
log_to_url=To HTTP URL
source_compile_id=Configuration Source
ip_range_in_the_same=Start IP and end IP in a IP range must with in the same subnet
most_keywords=%s can have four keywords at most

View File

@@ -1297,3 +1297,4 @@ av_protocol_note=Note:Recognizable Protocols Include RTSP,RTMP.
log_to_url=To HTTP URL
source_compile_id=Configuration Source
av_protocol_note=Note:Recognizable Protocols Include RTSP,RTMP.
most_keywords=%s can have four keywords at most

View File

@@ -1291,4 +1291,4 @@ av_protocol_note=\u6CE8\uFF1A\u53EF\u8BC6\u522B\u534F\u8BAE\u5305\u62EC RTSP\u30
ip_range_in_the_same=IP\u8303\u56F4\u7684\u8D77\u59CBIP\u4E0E\u7EC8\u6B62IP\u5FC5\u987B\u5728\u76F8\u540C\u7F51\u6BB5
log_to_url=\u8F6CHTTP URL\u914D\u7F6E
source_compile_id=\u914D\u7F6E\u6765\u6E90
ip_range_in_the_same=IP\u8303\u56F4\u7684\u8D77\u59CBIP\u4E0E\u7EC8\u6B62IP\u5FC5\u987B\u5728\u76F8\u540C\u7F51\u6BB5
most_keywords=%s\u6700\u591A\u5305\u542B\u56DB\u4E2A\u5173\u952E\u8BCD

View File

@@ -1,2 +1,7 @@
#ip白名单导入
update function_region_dict set is_import=1 where function_id=3 and dict_id=7;
UPDATE function_service_dict SET is_import=1 WHERE function_id=3 AND dict_id=15;
UPDATE function_service_dict SET is_import=1 WHERE function_id=3 AND dict_id=15;
#bgp导入
update function_region_dict set is_import=1 where function_id=61 and dict_id=48;
update function_region_dict set is_import=1 where function_id=61 and dict_id=168;
UPDATE function_service_dict SET is_import=1 WHERE function_id=61 ;