Tristan Le Guern
Tristan Le Guern
@ntnmrndn: It is clear every tun operations are failing. Can you run the failing regress tests individually and share the output please ?
I think the code needs to be split a bit further than this as the traditional ioctl calls are not going to work on utun interfaces. The code is currently...
Hello, In recent macOS releases Apple killed the kernel extension feature which we rely one to configure tun and tap devices. Also an alternative tun driver named `utun` appeared I...
To solve it one has to implement support for the `utun` driver. You can either do that yourself or pay me.
Hello, There is no plan for Java binding currently as I am not a Java developer, and neither is @chipot. However if you want to create one yourself you would...
Hello, macOS Big Sur was released after High Sierra and is thus not supported by libtuntap. It will remain the case as long as issue #31 is not fixed.
Hello @felixhopfauf, `net` is not a valid parameter when cloning another VM or template. It _should_ be for the `update` action but it's currently not.
Having two subsequent tasks, one for cloning and the second for updating, is the right way to go in my opinion. But right now `update: yes` will silently drop the...
> `net` and `ipconfig` parameter has both no effect. The `ipconfig` parameter only works with a cloud-init config drive.