协议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

@@ -406,4 +406,26 @@ action_ratelimit=\u0441\u0442\u0430\u0432\u043A\u0438 \u043E\u0433\u0440\u0430\u
action_replace=\u0437\u0430\u043C\u0435\u043D\u0438\u0442\u044C
action_whitelist=\u0431\u0435\u043B\u044B\u0439 \u0441\u043F\u0438\u0441\u043E\u043A
action_monit=\u041C\u043E\u043D\u0438\u0442\u043E\u0440\u0438\u043D\u0433
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=================