(1)调整src_ip_report,dest_ip_report字典

(2)添加基础协议和加密隧道行为的对应action字典
This commit is contained in:
wangxin
2018-08-07 16:21:35 +08:00
parent 736d8ba620
commit 6b2d13b4af
3 changed files with 31 additions and 6 deletions

View File

@@ -1024,8 +1024,8 @@ month_report=Monthly Report
label_report=Tag Report
attr_type_report=Attribute Report
lwhh_report=Official Letter Report
src_ip_report=Domestic Source IP Report
dest_ip_report=Destination Country IP Report
src_ip_report=Src IP Report
dest_ip_report=Dest IP Report
isp_report=ISP Report
#=============about report===================
ip_multiplex_policy=IP Reuse Policy
@@ -1057,4 +1057,12 @@ Proxy=Proxy
selective=Selective
ip_protocol=IP Protocol
max_shouldnot_less_than_min=The max item should not be less than the min item.
unknown_cfg_type=Unknown configuration type.
unknown_cfg_type=Unknown configuration type.
basic_protocol_reject=Basic Protocol Reject
basic_protocol_ratelimit=Basic Protocol Ratelimit
basic_protocol_monit=Basic Protocol Monit
basic_protocol_drop=Basic Protocol Drop
encrypted_tunnel_behavior_reject=Tunnel Behavior Reject
encrypted_tunnel_behavior_ratelimit=Tunnel Behavior Ratelimit
encrypted_tunnel_behavior_monit=Tunnel Behavior Monit
encrypted_tunnel_behavior_drop=Tunnel Behavior Drop