File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 127
127
// are actually useful in your network.
128
128
//
129
129
// For a complete list of options currently supported by Kea, see
130
- // Section 7 .2.8 "Standard DHCPv4 Options". Kea also supports
131
- // vendor options (see Section 7 .2.10 ) and allows users to define their
132
- // own custom options (see Section 7 .2.9 ).
130
+ // Section 8 .2.10 "Standard DHCPv4 Options". Kea also supports
131
+ // vendor options (see Section 8 .2.13 ) and allows users to define their
132
+ // own custom options (see Section 8 .2.11 ).
133
133
"option-data": [
134
134
// When specifying options, you typically need to specify
135
135
// one of (name or code) and data. The full option specification
227
227
// each incoming packet. It is supposed to evaluate to either
228
228
// true or false. If it's true, the packet is added to specified
229
229
// class. See Section 12 for a list of available expressions. There
230
- // are several dozens. Section 8.2.14 for more details for DHCPv4
231
- // classification and Section 9.2.19 for DHCPv6.
230
+ // are several dozens. Section 8.2.18 for more details for DHCPv4
231
+ // classification and Section 9.2.23 for DHCPv6.
232
232
"test": "substring(option[60].hex,0,6) == 'Aastra'",
233
233
234
234
// If a client belongs to this class, you can define extra behavior.
You can’t perform that action at this time.
0 commit comments