NEWS: add several entries about networkd

This commit is contained in:
Yu Watanabe 2020-06-30 15:25:24 +09:00 committed by Zbigniew Jędrzejewski-Szmek
parent 26b0fda9b7
commit 3ea58e010d

19
NEWS
View file

@ -144,6 +144,9 @@ CHANGES WITH 246 in spe:
RxMiniBufferSize= and RxJumboBufferSize= in order to configure jumbo RxMiniBufferSize= and RxJumboBufferSize= in order to configure jumbo
frame ring buffer sizes. 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 * systemd-networkd's [IPv6Prefix] section in .network files gained a
new boolean setting Assign=. If enabled an address from the prefix is new boolean setting Assign=. If enabled an address from the prefix is
automatically assigned to the interface. automatically assigned to the interface.
@ -152,6 +155,10 @@ CHANGES WITH 246 in spe:
IPv6PDSubnetId= that allows explicit configuration of the preferred IPv6PDSubnetId= that allows explicit configuration of the preferred
subnet that networkd's Prefix Delegation logic assigns to interfaces. 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 * systemd-networkd gained support for configuring the HTB queuing
discipline in the [HierarchyTokenBucket] and discipline in the [HierarchyTokenBucket] and
[HierarchyTokenBucketClass] sections. Similar the "pfifo" qdisc may [HierarchyTokenBucketClass] sections. Similar the "pfifo" qdisc may
@ -161,7 +168,7 @@ CHANGES WITH 246 in spe:
[DeficitRoundRobinSchedulerClass], "BFIFO" in [BFIFO], [DeficitRoundRobinSchedulerClass], "BFIFO" in [BFIFO],
"PFIFOHeadDrop" in [PFIFOHeadDrop], "PFIFOFast" in [PFIFOFast], "HHF" "PFIFOHeadDrop" in [PFIFOHeadDrop], "PFIFOFast" in [PFIFOFast], "HHF"
in [HeavyHitterFilter], "ETS" in [EnhancedTransmissionSelection] and 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 * systemd-networkd gained support for a new Termination= setting in the
[CAN] section for configuring the termination resistor. It also [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 * systemd-networkd supports a new Group= setting in the [Link] section
of the .network files, to control the link group. 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 * A new default .network file is now shipped that matches TUN/TAP
devices that begin with "vt-" in their name. Such interfaces will devices that begin with "vt-" in their name. Such interfaces will
have IP routing onto the host links set up automatically. This is 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 the default) an address from any acquired delegated prefix is
automatically chosen and assigned to the interface. 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 * The BlackList= settings in .network files' [DHCPv4] and
[IPv6AcceptRA] sections have been renamed DenyList=. The old names [IPv6AcceptRA] sections have been renamed DenyList=. The old names
are still understood to provide compatibility. are still understood to provide compatibility.