Re: [libvirt] [PATCH v4 1/4] nwfilter: Remove unnecessary UUID comparison bypass

2018-02-02 Thread John Ferlan
On 01/31/2018 05:52 PM, Stefan Berger wrote: > On 12/08/2017 09:01 AM, John Ferlan wrote: >> Commit id '46a811db07' added code to check if the filter by Name >> already existed with a different UUID, to go along with the existing >> found filter by UUID and compare the Names match thus making it

Re: [libvirt] [PATCH v4 1/4] nwfilter: Remove unnecessary UUID comparison bypass

2018-01-31 Thread Stefan Berger
On 12/08/2017 09:01 AM, John Ferlan wrote: Commit id '46a811db07' added code to check if the filter by Name already existed with a different UUID, to go along with the existing found filter by UUID and compare the Names match thus making it impossible to reach this find by Name condition without

Re: [libvirt] [PATCH v4 1/4] nwfilter: Remove unnecessary UUID comparison bypass

2018-01-23 Thread Laine Stump
On 12/08/2017 09:01 AM, John Ferlan wrote: > Commit id '46a811db07' added code to check if the filter by Name > already existed with a different UUID, to go along with the existing > found filter by UUID and compare the Names match thus making it > impossible to reach this find by Name condition wi