From 8f73587eb61e772e9f0c9f46c5b39336ae9f4e5c Mon Sep 17 00:00:00 2001 From: Andrei Pavel Date: Fri, 21 May 2021 19:59:38 +0300 Subject: [PATCH] [#1837] add ChangeLog entry --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 553d8e5c8b..5df5116fff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,15 @@ version. (Gitlab #1882) +1903. [func] andrei + Kea now recognizes requests sent from vendors that include their + information in DHCPv6 Vendor Class option (code 16) for the + purpose of offering custom options in the response. Previously, + only the Vendor-specific Information option (code 17) was + searched for a vendor ID. For the purpose of classification, both + options are looked into, now, just as before. + (Gitlab #1837) + 1902. [func] andrei, fdupont All logs that expose configuration, either in full or in snippets now have the values of "password" and "secret" entries replaced @@ -47,6 +56,7 @@ option's buffer, the value is considered to be the rest of the buffer. This also applies to custom options defined with the tuple type for both DHCPv4 and DHCPv6. + (Gitlab #1860) 1896. [func] wlodek Perfdhcp extended to send v6 traffic from multiple networks.