Re: [libvirt] [PATCH 08/10] network: separate Start/Shutdown functions for new network types

2011-07-19 Thread Laine Stump
On 07/08/2011 09:32 AM, Daniel P. Berrange wrote: On Tue, Jul 05, 2011 at 03:45:56AM -0400, Laine Stump wrote: Previously all networks were composed of bridge devices created and managed by libvirt, and the same operations needed to be done for all of them when they were started and stopped

Re: [libvirt] [PATCH 08/10] network: separate Start/Shutdown functions for new network types

2011-07-08 Thread Daniel P. Berrange
On Tue, Jul 05, 2011 at 03:45:56AM -0400, Laine Stump wrote: Previously all networks were composed of bridge devices created and managed by libvirt, and the same operations needed to be done for all of them when they were started and stopped (create and start the bridge device, configure its

[libvirt] [PATCH 08/10] network: separate Start/Shutdown functions for new network types

2011-07-05 Thread Laine Stump
Previously all networks were composed of bridge devices created and managed by libvirt, and the same operations needed to be done for all of them when they were started and stopped (create and start the bridge device, configure its MAC address and IP address, add iptables rules). The new network