]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: mention about the regression in WireGuard
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 24 Jan 2022 17:40:37 +0000 (02:40 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 24 Jan 2022 17:56:20 +0000 (02:56 +0900)
NEWS

diff --git a/NEWS b/NEWS
index ad8244095b169452475e00cfeb9b5373902e9c9f..d3cc5032fecc5cf09c278745190736ae5be3fd2e 100644 (file)
--- 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.