Re: [libvirt] [PATCH 14/28] util: move IP route & address object-related functions to virnetdevip.c

2016-06-24 Thread John Ferlan
On 06/24/2016 04:23 PM, Laine Stump wrote: > On 06/24/2016 07:11 AM, John Ferlan wrote: >> >> On 06/22/2016 01:37 PM, Laine Stump wrote: >>> These functions all need to be called from a utility function that >>> must be located in the util directory, so we move them all into >>>

Re: [libvirt] [PATCH 14/28] util: move IP route & address object-related functions to virnetdevip.c

2016-06-24 Thread Laine Stump
On 06/24/2016 07:11 AM, John Ferlan wrote: On 06/22/2016 01:37 PM, Laine Stump wrote: These functions all need to be called from a utility function that must be located in the util directory, so we move them all into util/virnetdevip.[ch] now that it exists. Function and struct names were

Re: [libvirt] [PATCH 14/28] util: move IP route & address object-related functions to virnetdevip.c

2016-06-24 Thread John Ferlan
On 06/22/2016 01:37 PM, Laine Stump wrote: > These functions all need to be called from a utility function that > must be located in the util directory, so we move them all into > util/virnetdevip.[ch] now that it exists. > > Function and struct names were appropriately changed for the new >

[libvirt] [PATCH 14/28] util: move IP route & address object-related functions to virnetdevip.c

2016-06-22 Thread Laine Stump
These functions all need to be called from a utility function that must be located in the util directory, so we move them all into util/virnetdevip.[ch] now that it exists. Function and struct names were appropriately changed for the new location, but all code is unchanged aside from motion and