(1)恢复IP sec被删除的协议部分

(2)新增字典ICMP_PROTOCOL,加到PROTOCOL字典上的ICMP删除
This commit is contained in:
wangxin
2018-08-01 14:58:22 +08:00
parent f3c44ad16e
commit 35a7b360f1
4 changed files with 9 additions and 96 deletions

View File

@@ -357,6 +357,11 @@
<c:if test="${cfg.protocol eq protocolC.itemCode}"><spring:message code="${protocolC.itemValue }"/></c:if>
</c:forEach>
</c:if>
<c:if test="${specialFunctionId eq 'ipaddr'}">
<c:forEach items="${fns:getDictList('ICMP_PROTOCOL')}" var="icmp">
<c:if test="${cfg.protocol eq icmp.itemCode}"><spring:message code="${icmp.itemValue }"/></c:if>
</c:forEach>
</c:if>
<c:if test="${specialFunctionId eq 'ipsec'}">
<c:forEach items="${fns:getDictList('IPSEC_PROTOCOL')}" var="protocolC">
<c:if test="${cfg.protocol eq protocolC.itemCode}"><spring:message code="${protocolC.itemValue }"/></c:if>