DaanHoogland commented on code in PR #7634:
URL: https://github.com/apache/cloudstack/pull/7634#discussion_r1236297071
##########
api/src/main/java/com/cloud/network/NetworkModel.java:
##########
@@ -114,6 +114,13 @@ public interface NetworkModel {
List<? extends Nic> getNics(long vmId);
+ /**
+ * gets the next available MAC and checks it for global uniqueness in the
nics table. It will keep looking till it fins a nic to use.
Review Comment:
```suggestion
* Gets the next available MAC and checks it for global uniqueness in
the nics table. It will keep looking until it finds a MAC address that is
unique.
```
thanks for the improvement @BryanMLima , but i found a small quirk in the
form of an extra it ;)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]