From: Stuart Hayes Date: Wed, 14 Feb 2018 20:44:47 +0000 (-0500) Subject: NEWS: Warn about predictable network naming changes X-Git-Tag: v239~464^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8140%2Fhead;p=thirdparty%2Fsystemd.git NEWS: Warn about predictable network naming changes --- diff --git a/NEWS b/NEWS index 52724587ede..b05f601c38e 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,14 @@ systemd System and Service Manager +CHANGES WITH 239 in spe: + + * NETWORK INTERFACE DEVICE NAMING CHANGES: systemd-udevd's "net_id" + builtin may name network interfaces differently than in previous + versions. SR-IOV virtual functions and NPAR partitions with PCI + function numbers of 8 and above will be named more predictably, + and udev may generate names based on PCI slot number in some cases + where it previously did not. + CHANGES WITH 238: * The MemoryAccounting= unit property now defaults to on. After