Displaying 1 result from an estimated 1 matches for "interfacesstartmodedefformat".
2010 Mar 30
0
Attach-interface vs attach-device
...ice.
That little bit aside, I'm trying to find a way to 'unplug' a VM without actually removing the interface.
The easy fix is to attach it without adding the tap interface to mybridge, but attach device and interface do not allow this.
Looking in the source for libvirt I found the InterfacesStartmodeDefFormat however it seems that virsh doesn't export this option. Maybe this just needs to be implemented?
Might anyone have insights as to the best method to pursue?
I'm willing to do the leg work but I'm just starting to look into how the sources are laid out and that's going to take a...