]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1518] Updated vendor option doc: multiple vendors are not supported
authorFrancis Dupont <fdupont@isc.org>
Sun, 22 Nov 2020 15:06:10 +0000 (16:06 +0100)
committerFrancis Dupont <fdupont@isc.org>
Fri, 11 Dec 2020 14:42:00 +0000 (15:42 +0100)
doc/sphinx/arm/dhcp4-srv.rst
doc/sphinx/arm/dhcp6-srv.rst

index a9278f91e2174f3316e8639cc5a8eb9812d2716f..4cc93ce4ed065080e15c3b331d034aba3f208b37 100644 (file)
@@ -2440,6 +2440,11 @@ need to deal with vendor space 25167.
 
 Another possibility is to redefine the option; see :ref:`dhcp4-private-opts`.
 
+.. note::
+
+   Currently only one vendor is supported for vivco-suboptions (code 124)
+   and vivso-suboptions (code 125) options.
+
 .. _dhcp4-option-spaces:
 
 Nested DHCPv4 Options (Custom Option Spaces)
index 090a3682028d702faa1a04eac456fbf17f74f96c..df058a2231542b215b3638f2f964e6e37e70794c 100644 (file)
@@ -2003,6 +2003,12 @@ Alternatively, the option can be specified using its code.
 A common configuration is to set the always-send flag to true so the
 vendor option is sent even when the client did not specify it in the query.
 
+.. note::
+
+   Currently multiple vendors (and sending multiple option instances)
+   are not supported for vendor-class (code 16) and vendor-opts (code 17)
+   options.
+
 .. _dhcp6-option-spaces:
 
 Nested DHCPv6 Options (Custom Option Spaces)