mirror of https://github.com/apache/cloudstack.git
VPC: CS-15469: createNetworkACL - startPort is not accepted if protocol is ICMP
This commit is contained in:
parent
b977dc89d0
commit
32bf5e1b71
|
|
@ -42,7 +42,7 @@ public class CreateNetworkACLCmd extends BaseAsyncCreateCmd implements FirewallR
|
|||
"the protocol for the ACL rule. Valid values are TCP/UDP/ICMP.")
|
||||
private String protocol;
|
||||
|
||||
@Parameter(name = ApiConstants.START_PORT, type = CommandType.INTEGER, required=true, description = "the starting port of ACL")
|
||||
@Parameter(name = ApiConstants.START_PORT, type = CommandType.INTEGER, description = "the starting port of ACL")
|
||||
private Integer publicStartPort;
|
||||
|
||||
@Parameter(name = ApiConstants.END_PORT, type = CommandType.INTEGER, description = "the ending port of ACL")
|
||||
|
|
|
|||
Loading…
Reference in New Issue