Re: [libvirt] [PATCH 1/4] network: don't refresh iptables rules on networks without them

2012-09-21 Thread Laine Stump
On 09/21/2012 04:04 PM, Eric Blake wrote: > On 09/21/2012 01:46 PM, Laine Stump wrote: >> The bridge driver implementation of virNetworkUpdate() removes and >> re-adds iptables rules any time a network has an , , or >> / elements updated. There are some types of >> networks that have those elements

Re: [libvirt] [PATCH 1/4] network: don't refresh iptables rules on networks without them

2012-09-21 Thread Eric Blake
On 09/21/2012 01:46 PM, Laine Stump wrote: > The bridge driver implementation of virNetworkUpdate() removes and > re-adds iptables rules any time a network has an , , or > / elements updated. There are some types of > networks that have those elements and yet have no iptables rules > associated wit

[libvirt] [PATCH 1/4] network: don't refresh iptables rules on networks without them

2012-09-21 Thread Laine Stump
The bridge driver implementation of virNetworkUpdate() removes and re-adds iptables rules any time a network has an , , or / elements updated. There are some types of networks that have those elements and yet have no iptables rules associated with them, and unfortunately the functions that remove/a