mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 05:55:28 +00:00
[#3583] Updated doc
/doc/examples/kea4/all-keys.json /doc/examples/kea6/all-keys.json Added client-classes to option-data /doc/sphinx/arm/classify.rst Added new section "Option Class-Tagging" /doc/sphinx/arm/dhcp4-srv.rst /doc/sphinx/arm/dhcp6-srv.rst Added notes with pointers to new section
This commit is contained in:
@@ -695,6 +695,13 @@
|
||||
// requested.
|
||||
"always-send": false,
|
||||
|
||||
// An optional list of classes for which this option applies.
|
||||
// If the the client matches any of the classes in this list the
|
||||
// option will be applied. If the list is empty or is
|
||||
// omitted this option will be applied regardless of class
|
||||
// membership.
|
||||
"client-classes": [ "class1", "class2" ],
|
||||
|
||||
// Option code. It is not required if the option name is
|
||||
// provided.
|
||||
"code": 6,
|
||||
@@ -1049,6 +1056,13 @@
|
||||
// should be always sent or sent only when requested.
|
||||
"always-send": false,
|
||||
|
||||
// An optional list of classes for which this option applies.
|
||||
// If the the client matches any of the classes in this list the
|
||||
// option will be applied. If the list is empty or is
|
||||
// omitted this option will be applied regardless of class
|
||||
// membership.
|
||||
"client-classes": [ ],
|
||||
|
||||
// Option code.
|
||||
"code": 3,
|
||||
|
||||
|
Reference in New Issue
Block a user