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>`.
128
128
129
129
.. note ::
130
130
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 ``.
134
136
135
137
.. versionadded :: 7.1
136
138
You can’t perform that action at this time.
0 commit comments