[libvirt] [PATCH] Use libvirt's existing ipv6/ipv4 parser/printer rather than self-written ones

2010-03-30 Thread Stefan Berger
This patch changes the network filtering code to use libvirt's existing IPv4 and IPv6 address parsers/printers rather than my self-written ones. I am introducing a new function in network.c that counts the number of bits in a netmask and ensures that the given address is indeed a netmask, return

Re: [libvirt] [PATCH] Use libvirt's existing ipv6/ipv4 parser/printer rather than self-written ones

2010-03-30 Thread Daniel Veillard
On Tue, Mar 30, 2010 at 10:50:20AM -0400, Stefan Berger wrote: This patch changes the network filtering code to use libvirt's existing IPv4 and IPv6 address parsers/printers rather than my self-written ones. I am introducing a new function in network.c that counts the number of bits in a