Re: [libvirt] [PATCH-v4 1/2] create virSocketAddrGetIpPrefix utility function

2013-04-22 Thread Laine Stump
On 04/22/2013 10:20 AM, Laine Stump wrote: > On 04/20/2013 03:45 PM, Gene Czarcinski wrote: >> Create the utility function virSocketAddrGetIpPrefix() to >> determine the prefix for this network. The code in this >> function was adapted from virNetworkIpDefPrefix(). >> >> Update virNetworkIpDefPref

Re: [libvirt] [PATCH-v4 1/2] create virSocketAddrGetIpPrefix utility function

2013-04-22 Thread Laine Stump
On 04/20/2013 03:45 PM, Gene Czarcinski wrote: > Create the utility function virSocketAddrGetIpPrefix() to > determine the prefix for this network. The code in this > function was adapted from virNetworkIpDefPrefix(). > > Update virNetworkIpDefPrefix() in src/conf/network_conf.c > to use the new u

[libvirt] [PATCH-v4 1/2] create virSocketAddrGetIpPrefix utility function

2013-04-20 Thread Gene Czarcinski
Create the utility function virSocketAddrGetIpPrefix() to determine the prefix for this network. The code in this function was adapted from virNetworkIpDefPrefix(). Update virNetworkIpDefPrefix() in src/conf/network_conf.c to use the new utility function. . Signed-off-by: Gene Czarcinski --- sr