summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-01-16 14:36:53 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-01-16 14:40:25 +0900
commitc972026888da86468abae1d9cd48124151e6c020 (patch)
treeee8ac516d7f7c0963229af20b026fb64f839eb6f /NEWS
parentf95fb19922a91d4bb5c19a522c489ad7b751d401 (diff)
downloadsystemd-c972026888da86468abae1d9cd48124151e6c020.tar.gz
NEWS: move one entry to the correct section
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 7 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 4358d0c48e..662257c7e2 100644
--- a/NEWS
+++ b/NEWS
@@ -48,13 +48,6 @@ 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
@@ -120,6 +113,13 @@ CHANGES WITH 253 in spe:
Changes in systemd-networkd and related tools:
+ * 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.
+
* The RouteMetric= option (for DHCPv4, DHCPv6, and IPv6 advertised
routes) now accepts three values, for high, medium, and low preference
of the router (which can be set with the RouterPreference=) setting.