From: Peter Krempa Date: Wed, 7 Oct 2020 13:37:40 +0000 (+0200) Subject: schema: nwfilter: Allow all accepted values for 'ipsetflags' X-Git-Tag: v6.9.0-rc1~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d57aee9ad5a2d0712e49b1c70ebcd47fbb391af;p=thirdparty%2Flibvirt.git schema: nwfilter: Allow all accepted values for 'ipsetflags' The parser for the 'ipsetflags' accepts the 'src' and 'dst' values stripping case. Express the same in the schema to pass validation of any accepted string. Signed-off-by: Peter Krempa Reviewed-by: Michal Privoznik --- diff --git a/docs/schemas/nwfilter.rng b/docs/schemas/nwfilter.rng index 75caf61b89..64a607e62f 100644 --- a/docs/schemas/nwfilter.rng +++ b/docs/schemas/nwfilter.rng @@ -980,7 +980,7 @@ - (src|dst)(,(src|dst)){0,5} + ([Ss][Rr][Cc]|[Dd][Ss][Tt])(,([Ss][Rr][Cc]|[Dd][Ss][Tt])){0,5}