Extend the nwfilter schema to support the continue and return targets.
Signed-off-by: Stefan Berger <[email protected]> --- 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> -- libvir-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/libvir-list
