From 70a51d7e08e3e9fedf9a9de181d58ddb56e7d931 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 12 Nov 2020 22:39:03 +0900 Subject: [PATCH 1/3] NEWS: add several entries for networkd --- NEWS | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 23f677880e..786a18dbd1 100644 --- a/NEWS +++ b/NEWS @@ -462,15 +462,30 @@ CHANGES WITH 247 in spe: via the new Independent= boolean setting. * systemd-networkd's Gateway= setting in .network files now accepts the - special values _dhcp4 and _ipv6ra to configure additional, locally - defined, explicit routes to the gateway acquired via DHCP or IPv6 - Router Advertisements. + special values "_dhcp4" and "_ipv6ra" to configure additional, + locally defined, explicit routes to the gateway acquired via DHCP or + IPv6 Router Advertisements. The old setting "_dhcp" is deprecated, + but still accepted for backwards compatibility. * systemd-networkd's [IPv6PrefixDelegation] section and IPv6PrefixDelegation= options have been renamed as [IPv6SendRA] and IPv6SendRA= (the old names are still accepted for backwards compatibility). + * systemd-networkd's .network files gained the DHCPv6PrefixDelegation= + boolean setting in [Network] section. If enabled, the delegated prefix + gained by another link will be configured, and an address within the + prefix will be assigned. + + * systemd-networkd's .network files gained the Announce= boolean setting + in [DHCPv6PrefixDelegation] section. When enabled, the delegated + prefix will be announced through IPv6 router advertisement (IPv6 RA). + The setting is enabled by default. + + * systemd-networkd's .netdev files gained the Independent= boolean + setting in [VXLAN] section. When enabled, the vxlan interface will be + created without underlying interfaces. Defaults to false. + * systemctl gained support for two new verbs: "service-log-level" and "service-log-target" may be used on services that implement the generic org.freedesktop.LogControl1 D-Bus interface to dynamically From 9f2c260ef9f9ca925e7220438beba3d817546c99 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 12 Nov 2020 22:39:42 +0900 Subject: [PATCH 2/3] man: DHCPv6PrefixDelegation= is disabled by dafault --- man/systemd.network.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 9edf009c08..9555542698 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -825,7 +825,7 @@ IPv6Token=prefixstable:2002:da8:1:: configured on another link. By default, an address within each delegated prefix will be assigned, and the prefixes will be announced through IPv6 Router Advertisement when IPv6SendRA= is enabled. Such default settings can be configured in - [DHCPv6PrefixDelegation] section. + [DHCPv6PrefixDelegation] section. Defaults to disabled. IPv6MTUBytes= From 042b028ae96cac7ee31ad5e60bdd11740d8d8cd7 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 12 Nov 2020 22:41:15 +0900 Subject: [PATCH 3/3] NEWS: slightly fix explanation about oomd --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 786a18dbd1..5077a2faf8 100644 --- a/NEWS +++ b/NEWS @@ -551,7 +551,7 @@ CHANGES WITH 247 in spe: promises. * A new helper oomctl has been added to introspect systemd-oomd state. - If also is only enabled by default in developer mode and should be + It is only enabled by default in developer mode and should be considered a preview without the usual backwards-compatibility promises.