mirror of
https://github.com/rancher/plugins.git
synced 2025-09-24 09:01:28 +00:00
This change sets the mac address if specified during the creation of the macvlan interface. This is superior to setting it via the tuning plugin because this ensures the mac address is set before an IP is set, allowing a container to get a reserved IP address from DHCP. Related #450 Signed-off-by: Clint Armstrong <clint@clintarmstrong.net>