[libvirt] [PATCH] nwfilter: extend schema to support new targets

Extend the nwfilter schema to support the continue and return targets. Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com> --- docs/schemas/nwfilter.rng | 2 ++ 1 file changed, 2 insertions(+) Index: libvirt-acl/docs/schemas/nwfilter.rng =================================================================== --- libvirt-acl.orig/docs/schemas/nwfilter.rng +++ libvirt-acl/docs/schemas/nwfilter.rng @@ -866,6 +866,8 @@ <value>drop</value> <value>accept</value> <value>reject</value> + <value>continue</value> + <value>return</value> </choice> </define>

On 10/25/2011 08:04 AM, Stefan Berger wrote:
Extend the nwfilter schema to support the continue and return targets.
Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
--- docs/schemas/nwfilter.rng | 2 ++ 1 file changed, 2 insertions(+)
Index: libvirt-acl/docs/schemas/nwfilter.rng =================================================================== --- libvirt-acl.orig/docs/schemas/nwfilter.rng +++ libvirt-acl/docs/schemas/nwfilter.rng @@ -866,6 +866,8 @@ <value>drop</value> <value>accept</value> <value>reject</value> + <value>continue</value> + <value>return</value>
ACK (and sorry for missing that in my earlier review). -- Eric Blake eblake@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org

On 10/25/2011 09:25 AM, Stefan Berger wrote:
On 10/25/2011 11:01 AM, Eric Blake wrote:
Extend the nwfilter schema to support the continue and return targets. I pushed it now.
I guess there will be a v0.9.7 soon. Can we come in with more of the nwfilter stuff after that? I have a growing queue of patches here...
Code freeze is this weekend, I hope to help review your (multiple) pending patch series this week to get what we can in before the freeze. https://www.redhat.com/archives/libvir-list/2011-October/msg00940.html -- Eric Blake eblake@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org

On 10/25/2011 11:30 AM, Eric Blake wrote:
On 10/25/2011 09:25 AM, Stefan Berger wrote:
On 10/25/2011 11:01 AM, Eric Blake wrote:
Extend the nwfilter schema to support the continue and return targets. I pushed it now.
I guess there will be a v0.9.7 soon. Can we come in with more of the nwfilter stuff after that? I have a growing queue of patches here...
Code freeze is this weekend, I hope to help review your (multiple) pending patch series this week to get what we can in before the freeze.
Now I really swamped the list with nwfilter patches. If there's no need to have them in immediately, we could wait until after the 0.9.7. Stefan
https://www.redhat.com/archives/libvir-list/2011-October/msg00940.html
participants (2)
-
Eric Blake
-
Stefan Berger