Although in IPv4 one must pick either mac or name, either
can be omitted. Similarly, for IPv6, the name
can be optionally omitted.
Signed-off-by: Gene Czarcinski <[email protected]>
---
docs/schemas/network.rng | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/docs/schemas/network.rng b/docs/schemas/network.rng
index 09d7c73..a479453 100644
--- a/docs/schemas/network.rng
+++ b/docs/schemas/network.rng
@@ -281,7 +281,9 @@
<optional>
<attribute name="mac"><ref
name="uniMacAddr"/></attribute>
</optional>
- <attribute name="name"><text/></attribute>
+ <optional>
+ <attribute name="name"><text/></attribute>
+ </optional>
<attribute name="ip"><ref name="ipAddr"/></attribute>
</element>
</zeroOrMore>
--
1.8.1.2
--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list