Skip to content

Commit 78ca6ce

Browse files
author
Sheng Yang
committed
IPv6: Enable dual stack support
1 parent 48118a4 commit 78ca6ce

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -268,10 +268,6 @@ public long getEntityOwnerId() {
268268
@Override
269269
// an exception thrown by createNetwork() will be caught by the dispatcher.
270270
public void execute() throws InsufficientCapacityException, ConcurrentOperationException, ResourceAllocationException{
271-
if (getStartIpv6() != null && getStartIp() != null) {
272-
throw new InvalidParameterValueException("Cannot support dualstack at this moment!");
273-
}
274-
275271
Network result = _networkService.createGuestNetwork(this);
276272
if (result != null) {
277273
NetworkResponse response = _responseGenerator.createNetworkResponse(result);

0 commit comments

Comments
 (0)