From: Yu Watanabe Date: Sat, 15 Jul 2023 05:42:32 +0000 (+0900) Subject: NEWS: mention about the removal of duid-only option X-Git-Tag: v255-rc1~901^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F28409%2Fhead;p=thirdparty%2Fsystemd.git NEWS: mention about the removal of duid-only option --- diff --git a/NEWS b/NEWS index b0014fc54ef..412739ef9d2 100644 --- a/NEWS +++ b/NEWS @@ -33,6 +33,12 @@ CHANGES WITH 255 in spe: by default when combined with --scope, will be changed in a future release to be enabled by default. + Network Management: + + * The "duid-only" option for DHCPv4 client's ClientIdentifier= setting + is now dropped, as it never worked, hence it should not be used by + anyone. + CHANGES WITH 254: Announcements of Future Feature Removals and Incompatible Changes: @@ -7926,7 +7932,8 @@ CHANGES WITH 239: hibernates again. * networkd's ClientIdentifier= now accepts a new option "duid-only". If - set the client will only send a DUID as client identifier. + set the client will only send a DUID as client identifier. (EDIT: the + option was broken, and was dropped in v255.) * The nss-systemd glibc NSS module will now enumerate dynamic users and groups in effect. Previously, it could resolve UIDs/GIDs to user