go-virtualbox
go-virtualbox copied to clipboard
VirtualBox wrappers in Go
This is part of a long series of changes. It expands on the sentiment of the Command interface, but with the goal of handing everything as a method of the...
This PR contains the functionality in #13 and #11, rebased onto master and updated to use the `Mange().run` functions. I am using this functionality successfully with a patched version of...
This repository has quite some forks: https://github.com/terra-farm/go-virtualbox/network A number of them contain useful fixes, additions and alike. @VoyTechnology would you be interested to find out which of the changes in...
When investigating on the [issue 149 in the terra-farm/terraform-provider-virtualbox repository](https://github.com/terra-farm/terraform-provider-virtualbox/issues/149) I found out that the issue mentioned there was not part of the provider but of the go interface for...
In virtualbox 7, the parameter `bridgeadapter` was renamed to `bridge-adapter`. https://www.virtualbox.org/manual/ch08.html#vboxmanage-modifyvm `--bridge-adapterN=none | device-name` Specifies the host interface to use for the specified virtual network interface.
This change allows to pass the hardware address of a network interface in the `MacAddr` field. The pre-determined mac address can be set on the network interface. It is useful...