summaryrefslogtreecommitdiffstats
path: root/schemas/acl.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'schemas/acl.xsd')
-rw-r--r--schemas/acl.xsd2
1 files changed, 2 insertions, 0 deletions
diff --git a/schemas/acl.xsd b/schemas/acl.xsd
index af0d8e318..0c3e3ecdd 100644
--- a/schemas/acl.xsd
+++ b/schemas/acl.xsd
@@ -14,6 +14,8 @@
<xsd:choice minOccurs="1" maxOccurs="unbounded">
<xsd:element name="IP" type="xsd:string" minOccurs="1"
maxOccurs="unbounded"/>
+ <xsd:element name="CIDR" type="xsd:string" minOccurs="0"
+ maxOccurs="unbounded"/>
</xsd:choice>
</xsd:complexType>