[libvirt] [PATCH v2] nwfilter: add XML attribute to control match target

Eric Blake eblake at redhat.com
Thu Jun 17 18:23:27 UTC 2010


On 06/11/2010 12:02 PM, Stefan Berger wrote:
> 
> This patch adds an optional XML attribute to a nwfilter rule to give the
> user control over whether the rule is supposed to be using the state
> match or not. A rule may now look like shown in the XML below with the
> statematch attribute either having value '0' or 'false' (case-insensitive).
> 
> [...]
> <rule action='accept' direction='in' statematch='false'>
> <tcp srcmacaddr='1:2:3:4:5:6'
>            srcipaddr='10.1.2.3' srcipmask='32'
>            dscp='33'
>            srcportstart='20' srcportend='21'
>            dstportstart='100' dstportend='1111'/>
> </rule>
> [...]
> 
> I am also extending the nwfilter schema and add this attribute to a test
> case.
> 
> V2:
>  - Following D. Berrange's suggestion I inverted the logic from
> 'nomatch' XML attribute to statematch attribute
> 
> Signed-off-by: Stefan Berger
> 
> ---
>  docs/schemas/nwfilter.rng                 |   10 ++++++++++

Sorry for not noticing sooner, now that you have pushed, but:

Can you also write a patch for docs/formatnwfilter.html.in, to cover
this addition in the documentation?

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 619 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20100617/f98d4c21/attachment-0001.sig>


More information about the libvir-list mailing list