Re: [libvirt-users] creating a network on existing bridge

2015-08-12 Thread Fırat KÜÇÜK
Yes it works. Thanks. You saved my life. Let me ask something I can't see it in the code: This is the code that i found: static int networkStartNetworkVirtual(virNetworkObjPtr network) { size_t i; bool v4present = false, v6present = false; virErrorPtr save_err = NULL; virNetwor

Re: [libvirt-users] creating a network on existing bridge

2015-08-12 Thread Laine Stump
On 08/12/2015 05:49 PM, Fırat KÜÇÜK wrote: > Hello, > > Simply I want to create a network on an existing bridge. > My XML: > > > nn1 > > I think what you want is this: nn1 https://libvirt.org/formatnetwork.html#examplesBridge (Originally a network with no element was considere

[libvirt-users] creating a network on existing bridge

2015-08-12 Thread Fırat KÜÇÜK
Hello, Simply I want to create a network on an existing bridge. My XML: nn1 when i want to start network I got "File exist" error. error: Failed to start network nn1 error: Unable to create bridge br-nn1: File exist I could define on older releases but now I can't. Ubuntu 15.04 / libvi