cea-hpc / pcocc

Run VMs on an HPC cluster
GNU General Public License v3.0
47 stars 14 forks source link

Add option to network.yaml called mac-start-offset #15

Closed michelscheerman closed 5 months ago

michelscheerman commented 4 years ago

Add the option mac-start-offset to network.yaml. In some situations you might want to increase the start value of a mac address not to be 00:00:00 ( mac-start-offset: 0 ( default ) ), but 00:00:01 ( mac-start-offset: 1). This can be useful when trying to combine pcocc jobs on the openvswitch level, which is not supported by pcocc currently.

fdiakh commented 5 months ago

Thanks, this patch was included in a previous release, I forgot to close this pull request.