Skip to content

Commit c1fa4d2

Browse files
authored
Merge pull request #1348 from Geod24/cidr
Add Stdlib::IP::Address::CIDR
2 parents a241039 + e1f66f0 commit c1fa4d2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

types/ip/address/cidr.pp

+5
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)