From ea577968540db7eb4d9b9922506dc0cad0426ec7 Mon Sep 17 00:00:00 2001 From: chris Date: Sun, 1 Jan 2023 14:59:20 +0100 Subject: optionally set socket priority on DHCPv4 raw socket --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 7e1e536060..4358d0c48e 100644 --- a/NEWS +++ b/NEWS @@ -48,6 +48,13 @@ CHANGES WITH 253 in spe: * systemd-fstab-generator now supports x-systemd.makefs option for /sysroot (in the initrd). + * The [DHCPv4] section in .network file gained new SocketPriority= + setting that assigns the Linux socket priority used by the DHCPv4 + raw socket. Can be used in conjuntion with the EgressQOSMaps=setting in + [VLAN] section of .netdev file to send the desired ethernet 802.1Q frame + priority for DHCPv4 initial packets. This cannot be achieved with + netfilter mangle tables because of the raw socket bypass. + Changes in udev: * The new net naming scheme "v253" has been introduced. In the new -- cgit v1.2.1