summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorMatt Schwager <schwag09@gmail.com>2012-10-19 13:37:49 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-02-12 08:35:32 -0500
commit0253b04b9ba7c3e4ef139bf352b7a57de823daaa (patch)
treef06a339d7baaa73cc90cb65b6a0b87d75b11eecd /schemas
parentead022433a759686db6de02b91811de7ca166ac7 (diff)
downloadbcfg2-0253b04b9ba7c3e4ef139bf352b7a57de823daaa.tar.gz
bcfg2-0253b04b9ba7c3e4ef139bf352b7a57de823daaa.tar.bz2
bcfg2-0253b04b9ba7c3e4ef139bf352b7a57de823daaa.zip
Added CIDR notation to IP ACLs. Still need to test.
Diffstat (limited to 'schemas')
-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>