Re: [libvirt] [PATCH v2 0/6] nwfilter: Enable access to variables via iterator or index

2012-01-11 Thread Stefan Berger
On 01/10/2012 05:51 PM, Eric Blake wrote: On 01/10/2012 02:04 PM, Stefan Berger wrote: This patch enables access to variables in filters using indep. iterators ($TEST[$@2]) or via index ($TEST[1]). Three test cases are added that are also being used for libvirt-TCK to check that the

[libvirt] [PATCH v2 0/6] nwfilter: Enable access to variables via iterator or index

2012-01-10 Thread Stefan Berger
This patch enables access to variables in filters using indep. iterators ($TEST[$@2]) or via index ($TEST[1]). Three test cases are added that are also being used for libvirt-TCK to check that the instantiation of the filtering rules is correct. v1 - v2: - addressed Eric Blake's comments

Re: [libvirt] [PATCH v2 0/6] nwfilter: Enable access to variables via iterator or index

2012-01-10 Thread Eric Blake
On 01/10/2012 02:04 PM, Stefan Berger wrote: This patch enables access to variables in filters using indep. iterators ($TEST[$@2]) or via index ($TEST[1]). Three test cases are added that are also being used for libvirt-TCK to check that the instantiation of the filtering rules is correct.