You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@git.apache.org on 2017/06/13 01:42:37 UTC

[GitHub] nathanejohnson opened a new pull request #2143: CLOUDSTACK-9949 - add ability to specify mac address

nathanejohnson opened a new pull request #2143: CLOUDSTACK-9949 - add ability to specify mac address
URL: https://github.com/apache/cloudstack/pull/2143
 
 
   Added ability to specify mac in deployVirtualMachine and
   addNicToVirtualMachine api endpoints.
   
   Validates mac address to be in the form of:
   aa:bb:cc:dd:ee:ff , aa-bb-cc-dd-ee-ff , or aa.bb.cc.dd.ee.ff.
   
   Ensures that mac address is a Unicast mac.
   
   Ensures that the mac address is not already allocated for the
   specified network.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services