协议IP配置增加导入功能

This commit is contained in:
zhangwei
2018-06-11 10:58:06 +08:00
parent 0852cfdef9
commit ed6e14150f
14 changed files with 986 additions and 25 deletions

View File

@@ -580,4 +580,26 @@ action_ratelimit=rate limit
action_replace=replace
action_whitelist=white list
action_monit=monitor
file_digest_control=file digest control
file_digest_control=file digest control
#===============protocol IP Import start=================
chooseFile=Choose File
download=Download
import_success=import success
import_error=import error
import_failed=Import data failed,
import_template_failed=Failure of template download,ths exception is :
the_line_of=the rowNum line
val_protocol_id=protocol Name is required or not exists
val_ip_type=ip type is required and the value mast 4(IPV4) or 6(IPV6)
val_src_ip=client ip format is incorrect or inconsistent with the ip type
val_src_mask=client ip format is incorrect or inconsistent with the ip type
val_src_port=client port is required and the value mast between 0 and 65535
val_src_port_mask=client port mask is required and the value mast between 0 and 65535
val_dst_ip=server ip format is incorrect or inconsistent with the ip type
val_dst_mask=server address mask format is incorrect or inconsistent with the ip type
val_dst_port=server port is required and the value mast between 0 and 65535
val_dst_port_mask=server port mask is required and the value mast between 0 and 65535
val_protocol=protocol is required and the value mast 6(tcp),17(udp),0(freedom)
val_direction=The value mast 0(bidirectional) or 1(unidirectional)
#===============protocol IP Import end=================