Skip to content

Commit 7d14161

Browse files
author
Sheng Yang
committed
Fix ip6gateway parameter comments in CreateNetworkCmd
1 parent 0a4ab32 commit 7d14161

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

api/src/org/apache/cloudstack/api/command/user/network/CreateNetworkCmd.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,7 @@ public class CreateNetworkCmd extends BaseCmd {
128128
@Parameter(name = ApiConstants.END_IPV6, type = CommandType.STRING, description = "the ending IPv6 address in the IPv6 network range")
129129
private String endIpv6;
130130

131-
@Parameter(name = ApiConstants.IP6_GATEWAY, type = CommandType.STRING, description = "the gateway of the IPv6 network. Required "
132-
+ "for Shared networks and Isolated networks when it belongs to VPC")
131+
@Parameter(name = ApiConstants.IP6_GATEWAY, type = CommandType.STRING, description = "the gateway of the IPv6 network. Required for Shared networks")
133132
private String ip6Gateway;
134133

135134
@Parameter(name = ApiConstants.IP6_CIDR, type = CommandType.STRING, description = "the CIDR of IPv6 network, must be at least /64")

0 commit comments

Comments
 (0)