Re: [libvirt] [PATCH] Fix formatting of network address in iptables helpers

2010-10-25 Thread Stefan Berger
On 10/25/2010 11:04 AM, Daniel P. Berrange wrote: The network address was being set to 192.168.122.0 instead of 192.168.122.0/24. Fix this by removing the unneccessary 'network' field from virNetworkDef and just pass the network address and netmask into the iptables APIs directly. * src/conf/ne

[libvirt] [PATCH] Fix formatting of network address in iptables helpers

2010-10-25 Thread Daniel P. Berrange
The network address was being set to 192.168.122.0 instead of 192.168.122.0/24. Fix this by removing the unneccessary 'network' field from virNetworkDef and just pass the network address and netmask into the iptables APIs directly. * src/conf/network_conf.h, src/conf/network_conf.c: Remove the '