From 7041e4d2ed4fbf437f1643d83576fd06c5058d05 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Fri, 16 Dec 2016 10:04:35 +0100 Subject: [PATCH] NEWS: add entry about th/sysctl-ifname-race-bgo775613 branch --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index e94308e8bf..e1ef728712 100644 --- a/NEWS +++ b/NEWS @@ -47,6 +47,9 @@ Notable changes included in this snapshot so far include: * The PPP manager can now be split into a separate package. * Details of the DNS information obtained from the connections is now exposed on the D-Bus and can be inspected with nmcli. +* Fixed race conditions when renaming interfaces, for example as done + by UDEV for persistent interface naming. This could cause detecting + devices as the wrong hardware type. * Added the support for DHCPV6_HOSTNAME and DHCPV6_SEND_HOSTNAME keys in ifcfg files that control "dhcp-hostname" and "dhcp-send-hostname" properties of the "ipv6" setting.