[libvirt] [PATCH V5 3/4] Extend NWFilter parameter parser to cope with lists of values

Eric Blake eblake at redhat.com
Wed Nov 2 23:17:29 UTC 2011


On 10/31/2011 07:01 AM, Stefan Berger wrote:
> This patch modifies the NWFilter parameter parser to support multiple
> elements with the same name and to internally build a list of items.
> An example of the XML looks like this:
>
>          <parameter name='TEST' value='10.1.2.3'/>
>          <parameter name='TEST' value='10.2.3.4'/>
>          <parameter name='TEST' value='10.1.1.1'/>
>
> The list of values is then stored in the newly introduced data type
> virNWFilterVarValue.
>
> The XML formatter is also adapted to print out all items in alphabetical
> order sorted by 'name'.
>
> This patch also fixes a bug in the XML schema on the way.

ACK.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org




More information about the libvir-list mailing list