mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
NEWS: add description for DHCPv6 SIP feature
Also move the description of IPv4DuplicateAddressDetectionTimeoutSec= to the section about systemd-networkd. The change of the timeout doesn't have to be described as "incompatible". It's more of a bugfix, the previous timeout was just strangely large and hopefully nobody relied on this detail of implementation. Also, reword to say that MPLSRouting= just controls enablement, nothing more.
This commit is contained in:
21
NEWS
21
NEWS
@@ -98,11 +98,6 @@ CHANGES WITH 258 in spe:
|
||||
* The D-Bus method org.freedesktop.systemd1.StartAuxiliaryScope() has
|
||||
been removed, which was deprecated since v257.
|
||||
|
||||
* systemd-networkd now supports configuring the timeout for IPv4
|
||||
Duplicate Address Detection via a new setting
|
||||
IPv4DuplicateAddressDetectionTimeoutSec=. The default timeout value
|
||||
has been changed from 7 seconds to 200 milliseconds.
|
||||
|
||||
* systemd-networkd previously emitted the machine ID as chassis ID
|
||||
through LLDP protocol, but now emits a deterministic ID,
|
||||
cryptographically derived from the machine ID as chassis ID. If you
|
||||
@@ -500,9 +495,19 @@ CHANGES WITH 258 in spe:
|
||||
|
||||
systemd-networkd:
|
||||
|
||||
* The [Network] section in .network fails gained a new setting
|
||||
MPLSRouting= which may be used to control Multi-Protocol Label
|
||||
Switching on an interface.
|
||||
* systemd-networkd now supports configuring the timeout for IPv4
|
||||
Duplicate Address Detection via a new setting
|
||||
IPv4DuplicateAddressDetectionTimeoutSec=. The default timeout value
|
||||
has been changed from 7 seconds to 200 milliseconds.
|
||||
|
||||
* systemd-networkd gained support for IPv6 SIP, i.e. DHCPv6 options
|
||||
SD_DHCP6_OPTION_SIP_SERVER_DOMAIN_NAME (21) and
|
||||
SD_DHCP6_OPTION_SIP_SERVER_ADDRESS (22), controlled by a new UseSIP=
|
||||
option in the [DHCPv6] section.
|
||||
|
||||
* A new MPLSRouting= setting in the [Network] section in .network files
|
||||
can be used to control whether Multi-Protocol Label Switching is
|
||||
enabled on an interface.
|
||||
|
||||
* A system-wide default for ClientIdentifier= may now be set in
|
||||
networkd.conf. (Previously this had to be configured individually in
|
||||
|
||||
Reference in New Issue
Block a user