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