(1)ip地址协议drop时增加一列ICMP,值为1

This commit is contained in:
wangxin
2018-08-01 14:21:24 +08:00
parent 2c07f0e82d
commit 8e6e27dd99
8 changed files with 209 additions and 11 deletions

View File

@@ -31,9 +31,7 @@
<select name="protocol" class="selectpicker show-tick form-control required">
<c:choose>
<c:when test="${specialProtocol!=null and specialProtocol eq 'ipsec'}">
<c:forEach items="${fns:getDictList('IPSEC_PROTOCOL')}" var="protocolC">
<option value="${protocolC.itemCode}" <c:if test="${_cfg.protocol==protocolC.itemCode || (_cfg.protocol==null && protocolC.itemCode==0)}">selected</c:if>><spring:message code="${protocolC.itemValue}"/></option>
</c:forEach>
</c:when>
<c:otherwise>
<c:forEach items="${fns:getDictList('PROTOCOL')}" var="protocolC">