summaryrefslogtreecommitdiffstats
path: root/src/main/resources/libvirt/rng/basictypes.rng
diff options
context:
space:
mode:
authorSimon Rettberg2023-02-01 13:55:42 +0100
committerSimon Rettberg2023-02-01 13:55:42 +0100
commit337f21af9c33ddb55706977841841d71c1ea05d8 (patch)
tree82e87d228df0a91638503436c8ad2196f2bc460a /src/main/resources/libvirt/rng/basictypes.rng
parentvmware: Add hwversion 20 (diff)
downloadmaster-sync-shared-337f21af9c33ddb55706977841841d71c1ea05d8.tar.gz
master-sync-shared-337f21af9c33ddb55706977841841d71c1ea05d8.tar.xz
master-sync-shared-337f21af9c33ddb55706977841841d71c1ea05d8.zip
Update libvirt rng files
Diffstat (limited to 'src/main/resources/libvirt/rng/basictypes.rng')
-rw-r--r--src/main/resources/libvirt/rng/basictypes.rng9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/main/resources/libvirt/rng/basictypes.rng b/src/main/resources/libvirt/rng/basictypes.rng
index a221ff6..2d6f1a2 100644
--- a/src/main/resources/libvirt/rng/basictypes.rng
+++ b/src/main/resources/libvirt/rng/basictypes.rng
@@ -220,6 +220,13 @@
</define>
<!--======================================================================-->
+ <!-- A D-Bus server address: https://dbus.freedesktop.org/doc/dbus-specification.html#addresses -->
+ <define name="dbusAddr">
+ <data type="string">
+ <param name="pattern">.+</param>
+ </data>
+ </define>
+
<!-- An ipv4 "dotted quad" address -->
<define name="ipv4Addr">
<data type="string">
@@ -227,7 +234,7 @@
</data>
</define>
- <!-- Based on http://blog.mes-stats.fr/2008/10/09/regex-ipv4-et-ipv6 -->
+ <!-- Based on https://web.archive.org/web/20090503193311/http://blog.mes-stats.fr/2008/10/09/regex-ipv4-et-ipv6 -->
<define name="ipv6Addr">
<data type="string">
<!-- To understand this better, take apart the toplevel "|"s -->