We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a241039 + e1f66f0 commit c1fa4d2Copy full SHA for c1fa4d2
types/ip/address/cidr.pp
@@ -0,0 +1,5 @@
1
+# Validate an IP address with subnet
2
+type Stdlib::IP::Address::CIDR = Variant[
3
+ Stdlib::IP::Address::V4::CIDR,
4
+ Stdlib::IP::Address::V6::CIDR,
5
+]
0 commit comments