[libvirt PATCH 02/10] schema: add missing vlan element to networkport RNG

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 <networkport>
XML, and so it's never getting validated against the schema.

Signed-off-by: Laine Stump <laine@xxxxxxxxxx>
---
 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 @@
         <optional>
           <ref name="bandwidth"/>
         </optional>
+        <optional>
+          <ref name="vlan"/>
+        </optional>
         <optional>
           <ref name="plug"/>
         </optional>
-- 
2.24.1





[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux