This repository has been archived by the owner on May 5, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 11
RFE: IP address #2
Labels
enhancement
New feature or request
Comments
i imagine we can very easily implement ipv4address with a Pattern. |
A Freaking Regex :-) |
We may need to call in an expert... |
I believe that regex is banned under the Geneva Conventions as cruel and unusual punishment |
b4ldr
added a commit
to icann-dns/puppet-tea
that referenced
this issue
Oct 10, 2016
# This is the 1st commit message: add more types and corrosponding spec tests # This is the commit message voxpupuli#2: correct travis
Stdlib has IP types now. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
type ipv4address
type ipv6address
type ipaddress = Variant[ipv4address,ipv6address]
The text was updated successfully, but these errors were encountered: