Skip to content

Commit 9480b1a

Browse files
committed
[#3348] Minor fixes after review
Changes to be committed: modified: doc/sphinx/arm/dhcp4-srv.rst modified: doc/sphinx/arm/dhcp6-srv.rst
1 parent 18d8133 commit 9480b1a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/sphinx/arm/dhcp4-srv.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5961,7 +5961,7 @@ within the subnet as follows:
59615961
"pools": [
59625962
{
59635963
"pool": "192.0.2.10 - 192.0.2.20",
5964-
"client-classes": [ "reserved_class" ]
5964+
"client-classes": [ "unreserved_class" ]
59655965
},
59665966
{
59675967
"pool": "192.0.2.30 - 192.0.2.40",
@@ -5979,9 +5979,9 @@ within the subnet as follows:
59795979
``reserved_class`` is declared without the ``test`` parameter because
59805980
it may only be assigned to a client via the host reservation mechanism. The
59815981
second class, ``unreserved_class``, is assigned to clients which do not
5982-
belong to the ``reserved_class``.
5982+
belong to ``reserved_class``.
59835983

5984-
The first pool with the subnet is used for clients not having such a reservation.
5984+
The first pool in the subnet is used for clients not having such a reservation.
59855985
The second pool is only used for clients having a reservation for ``reserved_class``.
59865986
The third pool is an unrestricted pool for any clients, comprising of both
59875987
``reserved_class`` clients and ``unreserved_class``.

doc/sphinx/arm/dhcp6-srv.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5249,7 +5249,7 @@ within the subnet as follows:
52495249
``reserved_class`` is declared without the ``test`` parameter because
52505250
it may be only assigned to a client via host reservation mechanism. The
52515251
second class, ``unreserved_class``, is assigned to clients which do not
5252-
belong to the ``reserved_class``.
5252+
belong to ``reserved_class``.
52535253

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

0 commit comments

Comments
 (0)