diff options
author | Susant Sahani <ssahani@gmail.com> | 2018-12-13 14:53:07 +0530 |
---|---|---|
committer | Susant Sahani <ssahani@gmail.com> | 2018-12-15 18:15:16 +0530 |
commit | fde60a424edb891026ad77776565c043985e9763 (patch) | |
tree | 70ec8ff922cbc39dd1d355418ec4c7828c241e18 /man | |
parent | fd0ec39d3848029abd3a439e84c5728331de2128 (diff) | |
download | systemd-fde60a424edb891026ad77776565c043985e9763.tar.gz |
netdev bond: add support to configure tlb_dynamic_lb
Closes https://github.com/systemd/systemd/issues/11135
Add test for bond : 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 67ccc66dd8..e17c1e3fbe 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 |