From: Yu Watanabe Date: Mon, 24 Jan 2022 17:40:37 +0000 (+0900) Subject: NEWS: mention about the regression in WireGuard X-Git-Tag: v251-rc1~461 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1d2842d1e644d441e889b43b82e6c6548011eab3;p=thirdparty%2Fsystemd.git NEWS: mention about the regression in WireGuard --- diff --git a/NEWS b/NEWS index ad8244095b1..d3cc5032fec 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,14 @@ systemd System and Service Manager +CHANGES WITH 251: + * Incompatibility and Regression note: + In v250, the feature that automatically configuring routes to + addresses specified in AllowedIPs= was added and enabled by default. + However, this feature causes network connectivity issues on many + existing setups. Hence, this is disabled by default since v250.3. The + feature can be still used by explicitly configuring RouteTable= + setting in .netdev files. + CHANGES WITH 250: * Support for encrypted and authenticated credentials has been added.