IP配置导入调整,协议验证增加隧道协议,IPSEC的特殊验证

This commit is contained in:
wangxin
2018-07-05 10:51:23 +08:00
parent dad7b11bbe
commit 20e3c6a569
5 changed files with 48 additions and 10 deletions

View File

@@ -218,7 +218,7 @@ public class CommonController extends BaseController {
try {
ImportExcel ei = new ImportExcel(file, 0, 0);
List<IpCfgTemplate> list = ei.getDataList(IpCfgTemplate.class);
this.checkIpCfg(list);
this.checkIpCfg(ipCfg.getFunctionId(),list);
List<BaseIpCfg> ipList = new ArrayList<>();
Date date=new Date();
for(IpCfgTemplate cfg : list){