IP Range Validation? #9170
AuthenticAMD
started this conversation in
General
Replies: 1 comment
-
According to the documentation, "This model represents an arbitrary range of individual IPv4 or IPv6 addresses, inclusive of its starting and ending addresses." Based on this is the mask just needed in order to put it into postgres, but not utilized for validation? If so, then that would make sense. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For example, 10.0.0.0/24 has an IP range of 10.0.0.0/24 to 10.0.0.255/24. However if I intentionally say the "End Address" is 10.0.1.255/24, it will still add the ip range without error.
Beta Was this translation helpful? Give feedback.
All reactions