diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-12-17 02:06:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-17 02:06:05 +0100 |
commit | 45cb8247d953d2ed4a8cb550296943933bf10a1b (patch) | |
tree | 1d94bc2db4cd74d5e50aa2b87c5c7d9e38d13ab1 /man | |
parent | Fixed small typo in 70-mouse.hwdb (diff) | |
parent | networkd: Bond - AllSlavesActive fix parser (diff) | |
download | systemd-45cb8247d953d2ed4a8cb550296943933bf10a1b.tar.gz systemd-45cb8247d953d2ed4a8cb550296943933bf10a1b.tar.bz2 systemd-45cb8247d953d2ed4a8cb550296943933bf10a1b.zip |
Merge pull request #11142 from ssahani/bond-dynamic-tlb
netdev bond: add support to configure tlb_dynamic_lb
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.netdev.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index 67ccc66dd..e17c1e3fb 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -1458,6 +1458,15 @@ </varlistentry> <varlistentry> + <term><varname>DynamicTransmitLoadBalancing=</varname></term> + <listitem> + <para>Takes a boolean. Specifies if dynamic shuffling of flows is enabled. Applies only + for balance-tlb mode. Defaults to unset. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term><varname>MinLinks=</varname></term> <listitem> <para>Specifies the minimum number of links that must be active before |