Skip to content

Commit

Permalink
[#3348] Minor fixes after review
Browse files Browse the repository at this point in the history
Changes to be committed:
modified:   doc/sphinx/arm/dhcp4-srv.rst
modified:   doc/sphinx/arm/dhcp6-srv.rst
  • Loading branch information
tmarkwalder committed Dec 6, 2024
1 parent 18d8133 commit 9480b1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions doc/sphinx/arm/dhcp4-srv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5961,7 +5961,7 @@ within the subnet as follows:
"pools": [
{
"pool": "192.0.2.10 - 192.0.2.20",
"client-classes": [ "reserved_class" ]
"client-classes": [ "unreserved_class" ]
},
{
"pool": "192.0.2.30 - 192.0.2.40",
Expand All @@ -5979,9 +5979,9 @@ within the subnet as follows:
``reserved_class`` is declared without the ``test`` parameter because
it may only be assigned to a client via the host reservation mechanism. The
second class, ``unreserved_class``, is assigned to clients which do not
belong to the ``reserved_class``.
belong to ``reserved_class``.

The first pool with the subnet is used for clients not having such a reservation.
The first pool in the subnet is used for clients not having such a reservation.
The second pool is only used for clients having a reservation for ``reserved_class``.
The third pool is an unrestricted pool for any clients, comprising of both
``reserved_class`` clients and ``unreserved_class``.
Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx/arm/dhcp6-srv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5249,7 +5249,7 @@ within the subnet as follows:
``reserved_class`` is declared without the ``test`` parameter because
it may be only assigned to a client via host reservation mechanism. The
second class, ``unreserved_class``, is assigned to clients which do not
belong to the ``reserved_class``.
belong to ``reserved_class``.

The first pool with the subnet is used for clients not having such a reservation.
The second pool is only used for clients having a reservation for ``reserved_class``.
Expand Down

0 comments on commit 9480b1a

Please sign in to comment.