From fcb6dd306004d083178352183a825d83a7da62b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sven=20P=C3=BCschel?= Date: Tue, 5 May 2026 14:37:36 +0200 Subject: [PATCH] Add NEWS entry for the dhcp-request-options setting Add a NEWS entry to describe the new dhcp-request-option setting. This only mentions the ipv4 option, as the ipv6 option cannot be used by the user, as it would require including private headers from systemd to access the DHCPv6 options. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 214b65a91f..a0c06c8370 100644 --- a/NEWS +++ b/NEWS @@ -64,6 +64,9 @@ USE AT YOUR OWN RISK. NOT RECOMMENDED FOR PRODUCTION USE! * Allow configuring all bond options in nmtui by introducing a "other options" field, which covers options not already covered by a dedicated input field. +* Add new ipv4.dhcp-request-options, + which allows you to request additional DHCP options (e.g. vendor options) + to be used by custom dispatcher scripts. ============================================= NetworkManager-1.56