From: Lennart Poettering Date: Fri, 29 May 2020 08:47:06 +0000 (+0200) Subject: update NEWS X-Git-Tag: v246-rc1~252 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47373451731bc8d5f670101312583f378595c73f;p=thirdparty%2Fsystemd.git update NEWS --- diff --git a/NEWS b/NEWS index 18606cf855f..b32df56f90b 100644 --- a/NEWS +++ b/NEWS @@ -338,6 +338,17 @@ CHANGES WITH 246 in spe: unit when the unit is stopped. It will now warn about services using KillMode=none, as this is generally an unsafe thing to make use of. + * .socket units gained a new boolean setting PassPacketInfo=. If + enabled, the kernel will attach additional per-packet metadata to all + packets read from the socket, as ancillary message. This controls the + IP_PKTINFO, IPV6_RECVPKTINFO, NETLINK_PKTINFO socket options, + depending on socket type. + + * A new boolean option AssignAcquiredDelegatedPrefixAddress= has been + added to the [DHCPv6] section of .network files. If enabled (which is + the default) an address from any acquire delegated prefix is + automatically chosen and assigned to the interface. + CHANGES WITH 245: * A new tool "systemd-repart" has been added, that operates as an