From 373598143a4995985f3fee636f89c2d57543655a Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Wed, 6 Dec 2017 16:41:31 +0000 Subject: [PATCH] rng: fix nwfilter rule contents 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. Reviewed-by: John Ferlan 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 @@ - - + -- GitLab