File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -128,9 +128,11 @@ of :ref:`IP version ranges <reference-constraint-ip-version>`.
128128
129129.. note ::
130130
131- IP range (``*_private ``, ``*_reserved ``) is only validating against IP, but not the whole
132- netmask. You need to set the ``{{ min }} `` value for the netmask to harden the validation a bit.
133- For example, ``9.0.0.0/6 `` results to be ``*_public ``, but also uses ``10.0.0.0/8 `` range (``*_private ``).
131+ The IP range checks (e.g., ``*_private ``, ``*_reserved ``) validate only the
132+ IP address, not the entire netmask. To improve validation, you can set the
133+ ``{{ min }} `` value for the netmask. For example, the range ``9.0.0.0/6 `` is
134+ considered ``*_public ``, but it also includes the ``10.0.0.0/8 `` range, which
135+ is categorized as ``*_private ``.
134136
135137.. versionadded :: 7.1
136138
You can’t perform that action at this time.
0 commit comments