(1)恢复IP sec被删除的协议部分
(2)新增字典ICMP_PROTOCOL,加到PROTOCOL字典上的ICMP删除
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user