From 3ea58e010d8bd1a1916c77ef40fa96a48e6bef7d Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 30 Jun 2020 15:25:24 +0900 Subject: [PATCH] NEWS: add several entries about networkd --- NEWS | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4b327e069bd..49de335a489 100644 --- 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.