Re: [libvirt] [PATCH 12/16] Rename ifaceCheck to virNetDevValidateConfig

2011-11-18 Thread Daniel P. Berrange
On Thu, Nov 17, 2011 at 07:01:52AM -0500, Laine Stump wrote: On 11/15/2011 06:14 AM, Daniel P. Berrange wrote: Rename the ifaceCheck method to virNetDevValidateConfig and change so that it always raises an error and returns -1 on error. * src/util/interface.c, src/util/interface.h: Rename

Re: [libvirt] [PATCH 12/16] Rename ifaceCheck to virNetDevValidateConfig

2011-11-17 Thread Laine Stump
On 11/15/2011 06:14 AM, Daniel P. Berrange wrote: Rename the ifaceCheck method to virNetDevValidateConfig and change so that it always raises an error and returns -1 on error. * src/util/interface.c, src/util/interface.h: Rename ifaceCheck to virNetDevValidateConfig *

[libvirt] [PATCH 12/16] Rename ifaceCheck to virNetDevValidateConfig

2011-11-15 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com Rename the ifaceCheck method to virNetDevValidateConfig and change so that it always raises an error and returns -1 on error. * src/util/interface.c, src/util/interface.h: Rename ifaceCheck to virNetDevValidateConfig *