Skip to content

Commit 5773975

Browse files
committed
Minor reword
1 parent eac7d04 commit 5773975

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

reference/constraints/Cidr.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)