From 7d141617f33d33a3e8ee3876a32a3ae57ede161c Mon Sep 17 00:00:00 2001 From: Sheng Yang Date: Mon, 15 Sep 2014 11:26:48 -0700 Subject: [PATCH] Fix ip6gateway parameter comments in CreateNetworkCmd --- .../cloudstack/api/command/user/network/CreateNetworkCmd.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/api/src/org/apache/cloudstack/api/command/user/network/CreateNetworkCmd.java b/api/src/org/apache/cloudstack/api/command/user/network/CreateNetworkCmd.java index c16514b4786..e030163b6a0 100644 --- a/api/src/org/apache/cloudstack/api/command/user/network/CreateNetworkCmd.java +++ b/api/src/org/apache/cloudstack/api/command/user/network/CreateNetworkCmd.java @@ -128,8 +128,7 @@ public class CreateNetworkCmd extends BaseCmd { @Parameter(name = ApiConstants.END_IPV6, type = CommandType.STRING, description = "the ending IPv6 address in the IPv6 network range") private String endIpv6; - @Parameter(name = ApiConstants.IP6_GATEWAY, type = CommandType.STRING, description = "the gateway of the IPv6 network. Required " - + "for Shared networks and Isolated networks when it belongs to VPC") + @Parameter(name = ApiConstants.IP6_GATEWAY, type = CommandType.STRING, description = "the gateway of the IPv6 network. Required for Shared networks") private String ip6Gateway; @Parameter(name = ApiConstants.IP6_CIDR, type = CommandType.STRING, description = "the CIDR of IPv6 network, must be at least /64")