You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
s_logger.debug("Cannot find related vlan or too many vlan attached to network " + networkId);
83
+
s_logger.debug("Cannot find related vlan attached to network " + networkId);
84
84
returnnull;
85
85
}
86
86
Stringip = null;
@@ -109,7 +109,7 @@ public UserIpv6Address assignDirectIp6Address(long dcId, Account owner, Long net
109
109
}
110
110
}
111
111
if (ip == null) {
112
-
thrownewInsufficientAddressCapacityException("Cannot find a usable IP in the network " + network.getName() + " after network.ipv6.search.retry.max = " + _ipv6RetryMax + " times retry!",
112
+
thrownewInsufficientAddressCapacityException("Cannot find a usable IP in the network " + network.getName() + " after " + _ipv6RetryMax + "(network.ipv6.search.retry.max) times retry!",
0 commit comments