- Issue created by @mikemccaffrey
- πΊπΈUnited States kelly.m.jacobs
This patch should allow multiple asterisks, and also allows a range format with asterisks.
- πΊπΈUnited States kelly.m.jacobs
An updated patched for the current dev branch
The 2.x version of the module does not seem to support the short format for IP address ranges using asterisks (despite what it says on the front page of this project).
Add a section to the parse function of the IpAddress class that checks if the imputed values matches a short format of an IP address range, and then parses it into a starting and ending address.
Active
2.0
Code
This patch should allow multiple asterisks, and also allows a range format with asterisks.
An updated patched for the current dev branch