]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4368] Added a comment about unicast option
authorFrancis Dupont <fdupont@isc.org>
Sun, 3 May 2026 12:43:01 +0000 (14:43 +0200)
committerFrancis Dupont <fdupont@isc.org>
Thu, 7 May 2026 14:13:00 +0000 (16:13 +0200)
doc/sphinx/arm/dhcp6-srv.rst

index 21a960e54d9897e2928c68132517964c704c7529..7fd4657be4659b25ed1cd527901c355ee1c0b90b 100644 (file)
@@ -1148,7 +1148,13 @@ This configuration will cause the server to listen on ``eth1`` on the
 link-local address, the multicast group (ff02::1:2), and 2001:db8::1.
 
 Usually, unicast support is associated with a server unicast option which
-allows clients to send unicast messages to the server. The example above
+allows clients to send unicast messages to the server.
+
+.. note::
+
+   The unicast option was deprecated by the last DHCPv6 RFC.
+
+The example above
 includes a server unicast option specification which causes the
 client to send messages to the specified unicast address.