diff options
author | Tomek Mrugalski <thomson@klub.com.pl> | 2020-10-23 18:09:21 +0200 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2020-10-23 18:35:20 +0200 |
commit | e77f5edd9ea9abb964cbb8d882bcbc5f7bf31c71 (patch) | |
tree | ad2a41dc7d511e44ef2c2bfec54ce9a9fcbdcc8e /doc | |
parent | [#1298] remove options not configurable in Kea (diff) | |
download | kea-e77f5edd9ea9abb964cbb8d882bcbc5f7bf31c71.tar.xz kea-e77f5edd9ea9abb964cbb8d882bcbc5f7bf31c71.zip |
[#1298] Updated authenticate option description
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sphinx/arm/dhcp4-srv.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/sphinx/arm/dhcp4-srv.rst b/doc/sphinx/arm/dhcp4-srv.rst index 8ea0f0b1a2..162df20c9f 100644 --- a/doc/sphinx/arm/dhcp4-srv.rst +++ b/doc/sphinx/arm/dhcp4-srv.rst @@ -1813,8 +1813,7 @@ returned by the Kea engine itself and in general should not be configured manual | dhcp-agent-options | 82 | empty | sent by the relay agent. It's an empty container option, see | | | | | RAI option detail in later part of this section. | +--------------------------------+-------+---------------------------------------+-------------------------------------------------------------------+ - | authenticate | 90 | binary | sent by client, validated by server, sent encoded back to client | - | | | | with the same secret for validation | + | authenticate | 90 | binary | sent by client, kea does not validate it yet. | +--------------------------------+-------+---------------------------------------+-------------------------------------------------------------------+ | client-last-transaction-time | 91 | uint32 | sent by client, server does not set it | +--------------------------------+-------+---------------------------------------+-------------------------------------------------------------------+ |