From: Stefan Berger Date: Thu, 7 Oct 2010 10:44:41 +0000 (-0400) Subject: nwfilter: Extend schema to accept state attribute X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ec59a85d300df5daf4138ce7911e24974aa88e23;p=libvirt.git nwfilter: Extend schema to accept state attribute Extend the nwfilter.rng schema to accept state attribute. --- diff --git a/docs/schemas/nwfilter.rng b/docs/schemas/nwfilter.rng index 95fa6b533a..5b865ced17 100644 --- a/docs/schemas/nwfilter.rng +++ b/docs/schemas/nwfilter.rng @@ -429,6 +429,11 @@ + + + + + @@ -860,4 +865,10 @@ + + + + ((NEW|ESTABLISHED|RELATED|INVALID)(,(NEW|ESTABLISHED|RELATED|INVALID))*|NONE) + +