]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: add several entries about networkd
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 30 Jun 2020 06:25:24 +0000 (15:25 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 30 Jun 2020 09:29:14 +0000 (11:29 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 4b327e069bd005c174746bdb8f78950380539210..49de335a489e9fb7baa6a0a793308d0f811f1174 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -144,6 +144,9 @@ CHANGES WITH 246 in spe:
           RxMiniBufferSize= and RxJumboBufferSize= in order to configure jumbo
           frame ring buffer sizes.
 
+        * networkd.conf gained a new boolean setting ManageForeignRoutes=. If
+          enabled systemd-networkd manage all routes configured by other tools.
+
         * systemd-networkd's [IPv6Prefix] section in .network files gained a
           new boolean setting Assign=. If enabled an address from the prefix is
           automatically assigned to the interface.
@@ -152,6 +155,10 @@ CHANGES WITH 246 in spe:
           IPv6PDSubnetId= that allows explicit configuration of the preferred
           subnet that networkd's Prefix Delegation logic assigns to interfaces.
 
+        * systemd-networkd's [Network] section gained a new setting
+          IPv4AcceptLocal=. If enabled the interface accepts packets with local
+          source addresses.
+
         * systemd-networkd gained support for configuring the HTB queuing
           discipline in the [HierarchyTokenBucket] and
           [HierarchyTokenBucketClass] sections. Similar the "pfifo" qdisc may
@@ -161,7 +168,7 @@ CHANGES WITH 246 in spe:
           [DeficitRoundRobinSchedulerClass], "BFIFO" in [BFIFO],
           "PFIFOHeadDrop" in [PFIFOHeadDrop], "PFIFOFast" in [PFIFOFast], "HHF"
           in [HeavyHitterFilter], "ETS" in [EnhancedTransmissionSelection] and
-          "QFQ" in [QuickFairQueueingClass].
+          "QFQ" in [QuickFairQueueing] and [QuickFairQueueingClass].
 
         * systemd-networkd gained support for a new Termination= setting in the
           [CAN] section for configuring the termination resistor. It also
@@ -205,6 +212,10 @@ CHANGES WITH 246 in spe:
         * systemd-networkd supports a new Group= setting in the [Link] section
           of the .network files, to control the link group.
 
+        * systemd-networkd's [Link] section gained a new
+          IPv6LinkLocalAddressGenerationMode= setting, which specifies how IPv6
+          link local address is generated.
+
         * A new default .network file is now shipped that matches TUN/TAP
           devices that begin with "vt-" in their name. Such interfaces will
           have IP routing onto the host links set up automatically. This is
@@ -217,6 +228,12 @@ CHANGES WITH 246 in spe:
           the default) an address from any acquired delegated prefix is
           automatically chosen and assigned to the interface.
 
+        * systemd-networkd's [DHCPv6] section gained a new setting RouteMetric=
+          which set the route priority for routes specified by the DHCP server.
+
+        * systemd-networkd's [DHCPv6] section gained a new setting VendorClass=
+          which configures the vendor class information sent to DHCP server.
+
         * The BlackList= settings in .network files' [DHCPv4] and
           [IPv6AcceptRA] sections have been renamed DenyList=. The old names
           are still understood to provide compatibility.