From 057c07edddb11ee927f8b81f14a36d07d9efb9e0 Mon Sep 17 00:00:00 2001 From: Laine Stump Date: Fri, 14 Feb 2020 18:59:52 -0500 Subject: [PATCH] schema: add missing vlan element to networkport RNG MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is in the data structure and the parse/format functions, and is getting passed all around correctly, it just was omitted from the RNG, which hasn't been noticed because no human is creating XML, and so it's never getting validated against the schema. Signed-off-by: Laine Stump Reviewed-by: Ján Tomko --- docs/schemas/networkport.rng | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/schemas/networkport.rng b/docs/schemas/networkport.rng index 8cfc043a40..ea43c03d41 100644 --- a/docs/schemas/networkport.rng +++ b/docs/schemas/networkport.rng @@ -29,6 +29,9 @@ + + +