machine-drivers / docker-machine-driver-xhyve

docker-machine/minikube/minishift driver plugin for xhyve/hyperkit (native macOS hypervisor.framework)
https://godoc.org/github.com/machine-drivers/docker-machine-driver-xhyve
BSD 3-Clause "New" or "Revised" License
888 stars 74 forks source link

MAC addresses ending in element with a leading 0 are not mapped to an IP #162

Closed juamedgod closed 7 years ago

juamedgod commented 7 years ago

The regular expression cleaning the MAC address in trimMacAddress does not clean up the last pair of digits as it expects a colon character.

This should fix it: https://github.com/zchee/docker-machine-driver-xhyve/pull/163

zchee commented 7 years ago

Close via https://github.com/zchee/docker-machine-driver-xhyve/pull/163