Re: [libvirt] [PATCH 2/9] util: add openvswitch case to virNetDevVPortProfileEqual

2012-08-05 Thread Doug Goldstein
On Sun, Aug 5, 2012 at 12:16 AM, Laine Stump wrote: > This function was overlooked when openvswitch support was > added. Fortunately it's only use for update-device, which is > relatively new and seldom-used. > --- > src/util/virnetdevvportprofile.c | 6 ++ > 1 file changed, 6 insertions(+) >

[libvirt] [PATCH 2/9] util: add openvswitch case to virNetDevVPortProfileEqual

2012-08-04 Thread Laine Stump
This function was overlooked when openvswitch support was added. Fortunately it's only use for update-device, which is relatively new and seldom-used. --- src/util/virnetdevvportprofile.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/util/virnetdevvportprofile.c b/src/util/virnetde