From: Francis Dupont Date: Sun, 22 Nov 2020 15:06:10 +0000 (+0100) Subject: [#1518] Updated vendor option doc: multiple vendors are not supported X-Git-Tag: Kea-1.9.3~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e29ea04106980572987172d7e2a09556368071c;p=thirdparty%2Fkea.git [#1518] Updated vendor option doc: multiple vendors are not supported --- diff --git a/doc/sphinx/arm/dhcp4-srv.rst b/doc/sphinx/arm/dhcp4-srv.rst index a9278f91e2..4cc93ce4ed 100644 --- a/doc/sphinx/arm/dhcp4-srv.rst +++ b/doc/sphinx/arm/dhcp4-srv.rst @@ -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) diff --git a/doc/sphinx/arm/dhcp6-srv.rst b/doc/sphinx/arm/dhcp6-srv.rst index 090a368202..df058a2231 100644 --- a/doc/sphinx/arm/dhcp6-srv.rst +++ b/doc/sphinx/arm/dhcp6-srv.rst @@ -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)