Skip to content

Commit 9e05704

Browse files
authored
Fix more Sections kea-dhcp4.conf.pre
- Section Option - Section Custom Option - Section Vendor Option - Section Classification
1 parent 9a0c74a commit 9e05704

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/bin/keactrl/kea-dhcp4.conf.pre

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@
127127
// are actually useful in your network.
128128
//
129129
// 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).
133133
"option-data": [
134134
// When specifying options, you typically need to specify
135135
// one of (name or code) and data. The full option specification
@@ -227,8 +227,8 @@
227227
// each incoming packet. It is supposed to evaluate to either
228228
// true or false. If it's true, the packet is added to specified
229229
// 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.
232232
"test": "substring(option[60].hex,0,6) == 'Aastra'",
233233

234234
// If a client belongs to this class, you can define extra behavior.

0 commit comments

Comments
 (0)