diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-12-17 10:12:08 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-12-17 07:25:48 +0100 |
commit | d6131be94dac08e045caf10f4f6e4ed21377ef2f (patch) | |
tree | 2a877509b09880c6d8b27875538731b636b1c9b2 /NEWS | |
parent | Merge pull request #11142 from ssahani/bond-dynamic-tlb (diff) | |
download | systemd-d6131be94dac08e045caf10f4f6e4ed21377ef2f.tar.gz systemd-d6131be94dac08e045caf10f4f6e4ed21377ef2f.tar.bz2 systemd-d6131be94dac08e045caf10f4f6e4ed21377ef2f.zip |
NEWS: mention DynamicTransmitLoadBalancing=
Which was added by #11142.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -173,14 +173,15 @@ CHANGES WITH 240 in spe: * networkd gained support for Foo-Over-UDP, ERSPAN and ISATAP tunnels. It also gained a new option ForceDHCPv6PDOtherInformation= for forcing the "Other Information" bit in IPv6 RA messages. The - bonding logic gained three new options AdActorSystemPriority=, + bonding logic gained four new options AdActorSystemPriority=, AdUserPortKey=, AdActorSystem= for configuring various 802.3ad - aspects. The tunnel logic gained a new IPv6RapidDeploymentPrefix= - option for configuring IPv6 Rapid Deployment. The policy rule logic - gained four new options IPProtocol=, SourcePort= and - DestinationPort=, InvertRule=. The bridge logic gained support for - the MulticastToUnicast= option. networkd also gained support for - configuring static IPv4 ARP or IPv6 neighbor entries. + aspects, and DynamicTransmitLoadBalancing= for enabling dynamic + shuffling of flows. The tunnel logic gained a new + IPv6RapidDeploymentPrefix= option for configuring IPv6 Rapid + Deployment. The policy rule logic gained four new options IPProtocol=, + SourcePort= and DestinationPort=, InvertRule=. The bridge logic gained + support for the MulticastToUnicast= option. networkd also gained + support for configuring static IPv4 ARP or IPv6 neighbor entries. * .preset files (as read by 'systemctl preset') may now be used to instantiate services. |