File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1230,7 +1230,7 @@ value is obtained is determined as explained in the previous paragraphs.
1230
1230
Option Class-Tagging
1231
1231
====================
1232
1232
1233
- Option class-tagging allows an option value to conditionally applied
1233
+ Option class-tagging allows an option value to be conditionally applied
1234
1234
to the response based on the client's class membership. The effect is
1235
1235
similar to using an if-block in ISC DHCP to conditionally include
1236
1236
options at a given scope. Class-tagging is done by specifying a list of
@@ -1284,14 +1284,14 @@ before the response is to be sent to the client.
1284
1284
1285
1285
When ``never-send `` for an option is true at any scope, all
1286
1286
``client-classes `` entries for that option are ignored. The
1287
- option will not included.
1287
+ option will not be included.
1288
1288
1289
1289
When ``always-send `` is true at any scope, the option will be
1290
1290
included unless, the option determined by scope specifies
1291
1291
a ``client-classes `` list that does not contain any of the
1292
1292
client's classes.
1293
1293
1294
- Otherwise, An option requested by the client will be included in
1294
+ Otherwise, an option requested by the client will be included in
1295
1295
the response if the option either does not specify ``client-classes ``
1296
1296
or the client belongs to at least one of the classes in ``client-classes ``.
1297
1297
You can’t perform that action at this time.
0 commit comments