From nobody Sun May 5 16:39:47 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1512579249001754.8589112832295; Wed, 6 Dec 2017 08:54:09 -0800 (PST) Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 734A268689; Wed, 6 Dec 2017 16:54:07 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id DFC4F6E721; Wed, 6 Dec 2017 16:54:06 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 0D2A84BB79; Wed, 6 Dec 2017 16:54:06 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id vB6Gs4Kt028123 for ; Wed, 6 Dec 2017 11:54:04 -0500 Received: by smtp.corp.redhat.com (Postfix) id EB9FF78413; Wed, 6 Dec 2017 16:54:04 +0000 (UTC) Received: from t460.redhat.com (unknown [10.33.36.19]) by smtp.corp.redhat.com (Postfix) with ESMTP id 87B6C78411; Wed, 6 Dec 2017 16:54:00 +0000 (UTC) From: "Daniel P. Berrange" To: libvir-list@redhat.com Date: Wed, 6 Dec 2017 16:53:57 +0000 Message-Id: <20171206165357.18781-1-berrange@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH] rng: fix nwfilter rule contents X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Wed, 06 Dec 2017 16:54:08 +0000 (UTC) X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" The contents of a are a choice of exactly one union member. The RNG schema, however, was allowing an arbitrary number of instances of every union member at once. Signed-off-by: Daniel P. Berrange --- docs/schemas/nwfilter.rng | 98 +------------------------------------------= ---- 1 file changed, 2 insertions(+), 96 deletions(-) diff --git a/docs/schemas/nwfilter.rng b/docs/schemas/nwfilter.rng index 7cfc05fa2e..cca6ff2954 100644 --- a/docs/schemas/nwfilter.rng +++ b/docs/schemas/nwfilter.rng @@ -19,58 +19,37 @@ - - + - - - - - - - - - - - - - - - - - - - - @@ -80,10 +59,6 @@ - - - - @@ -93,10 +68,6 @@ - - - - @@ -106,10 +77,6 @@ - - - - @@ -118,10 +85,6 @@ - - - - @@ -130,10 +93,6 @@ - - - - @@ -142,10 +101,6 @@ - - - - @@ -153,10 +108,6 @@ - - - - @@ -164,10 +115,6 @@ - - - - @@ -175,10 +122,6 @@ - - - - @@ -186,10 +129,6 @@ - - - - @@ -197,10 +136,6 @@ - - - - @@ -210,10 +145,6 @@ - - - - @@ -222,10 +153,6 @@ - - - - @@ -234,10 +161,6 @@ - - - - @@ -246,10 +169,6 @@ - - - - @@ -257,10 +176,6 @@ - - - - @@ -268,10 +183,6 @@ - - - - @@ -279,10 +190,6 @@ - - - - @@ -290,8 +197,7 @@ - - + --=20 2.14.3 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list