Skip to content

Commit

Permalink
Merge pull request #1348 from Geod24/cidr
Browse files Browse the repository at this point in the history
Add Stdlib::IP::Address::CIDR
  • Loading branch information
b4ldr authored May 4, 2023
2 parents a241039 + e1f66f0 commit c1fa4d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions types/ip/address/cidr.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Validate an IP address with subnet
type Stdlib::IP::Address::CIDR = Variant[
Stdlib::IP::Address::V4::CIDR,
Stdlib::IP::Address::V6::CIDR,
]

0 comments on commit c1fa4d2

Please sign in to comment.