File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5961,7 +5961,7 @@ within the subnet as follows:
5961
5961
"pools" : [
5962
5962
{
5963
5963
"pool" : " 192.0.2.10 - 192.0.2.20" ,
5964
- "client-classes" : [ " reserved_class " ]
5964
+ "client-classes" : [ " unreserved_class " ]
5965
5965
},
5966
5966
{
5967
5967
"pool" : " 192.0.2.30 - 192.0.2.40" ,
@@ -5979,9 +5979,9 @@ within the subnet as follows:
5979
5979
``reserved_class `` is declared without the ``test `` parameter because
5980
5980
it may only be assigned to a client via the host reservation mechanism. The
5981
5981
second class, ``unreserved_class ``, is assigned to clients which do not
5982
- belong to the ``reserved_class ``.
5982
+ belong to ``reserved_class ``.
5983
5983
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.
5985
5985
The second pool is only used for clients having a reservation for ``reserved_class ``.
5986
5986
The third pool is an unrestricted pool for any clients, comprising of both
5987
5987
``reserved_class `` clients and ``unreserved_class ``.
Original file line number Diff line number Diff line change @@ -5249,7 +5249,7 @@ within the subnet as follows:
5249
5249
``reserved_class `` is declared without the ``test `` parameter because
5250
5250
it may be only assigned to a client via host reservation mechanism. The
5251
5251
second class, ``unreserved_class ``, is assigned to clients which do not
5252
- belong to the ``reserved_class ``.
5252
+ belong to ``reserved_class ``.
5253
5253
5254
5254
The first pool with the subnet is used for clients not having such a reservation.
5255
5255
The second pool is only used for clients having a reservation for ``reserved_class ``.
You can’t perform that action at this time.
0 commit comments