From: Michal Privoznik Date: Tue, 15 Dec 2020 15:27:47 +0000 (+0100) Subject: schema: Allow lxc:namepsace children to appear individually X-Git-Tag: v7.0.0-rc1~176 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ab1e3bce75b71587d6d6e5ec79a4c4acedcc33d;p=thirdparty%2Flibvirt.git schema: Allow lxc:namepsace children to appear individually Since its introduction in v1.2.19-rc1~8 our schema mandates that LXC domain namespace child elements appear either all three at once or not at all: This is not mandated by our parser though. Neither by code that later uses it (virLXCProcessSetupNamespaces()). Relax the schema. Signed-off-by: Michal Privoznik Reviewed-by: Laine Stump --- diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng index 795b654feb..17e25f14f2 100644 --- a/docs/schemas/domaincommon.rng +++ b/docs/schemas/domaincommon.rng @@ -6821,36 +6821,42 @@ --> - - - - - netns - name - pid - - - - - - - - name - pid - - - - - - - - name - pid - - - - - + + + + + + netns + name + pid + + + + + + + + + + name + pid + + + + + + + + + + name + pid + + + + + +