Re: [libvirt] [PATCH] Avoid squashing errors during network startup cleanup path

2010-10-26 Thread Stefan Berger
On 10/26/2010 06:18 AM, Daniel P. Berrange wrote: When failing to start a virtual network, we have to cleanup, tearing down any iptables rules. If the iptables rules were not present yet though, this raises an error, which squashes the original error we were handling. * src/network/bridge_drive

[libvirt] [PATCH] Avoid squashing errors during network startup cleanup path

2010-10-26 Thread Daniel P. Berrange
When failing to start a virtual network, we have to cleanup, tearing down any iptables rules. If the iptables rules were not present yet though, this raises an error, which squashes the original error we were handling. * src/network/bridge_driver.c: When failing to start a virtual network, don't