Skip to content

Commit 18f39d8

Browse files
fxdupontandrei-pavel
authored andcommitted
[#2984] Updated doc
1 parent 6b9388d commit 18f39d8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/sphinx/arm/ext-radius.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,18 @@ Access-Request to the RADIUS server and waits for a response. The server
3030
then sends back either an Access-Accept with specific client attributes,
3131
or an Access-Reject. There are two cases supported here: first, the
3232
Access-Accept includes a Framed-IP-Address attribute (for DHCPv4) or a
33-
Framed-IPv6-Address attribute (for DHCPv6), which are interpreted by Kea as
34-
instructions to assign the specified IPv4 or IPv6 address. This
35-
effectively means RADIUS can act as an address-reservation database.
33+
Framed-IPv6-Address attribute or a Delegated-IPv6-Prefix (for DHCPv6),
34+
which are interpreted by Kea as instructions to assign the specified IPv4
35+
or IPv6 address, or IPv6 prefix. This effectively means RADIUS can act
36+
as an address-reservation database.
3637

3738
The second supported case is the ability to assign clients to specific
3839
pools based on a RADIUS response. In this case, the RADIUS server sends
3940
back an Access-Accept with a Framed-Pool attribute.
4041
For both DHCPv4 and DHCPv6, Kea interprets this attribute as a client class.
4142
With the addition of the ability to limit access to pools to
4243
specific classes (see :ref:`classification-pools`), RADIUS can be
43-
used to force the client to be assigned a dynamic address from a
44+
used to force the client to be assigned a dynamic address or prefix from a
4445
specific pool. Furthermore, the same mechanism can be used to control
4546
what kind of options the client gets if there are DHCP options
4647
specified for a particular class.

0 commit comments

Comments
 (0)