aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHangbin Liu <liuhangbin@gmail.com>2019-07-24 17:02:21 +0800
committerJiri Pirko <jiri@mellanox.com>2019-07-30 11:04:29 +0200
commit337bae54278a112bab9d99e05ee7ec825b12c646 (patch)
treebc7c9004cd14b8f7fd3f669f78f2a48cc1d5f9fa
parente897f02bf2403d4859a99e090e34ea768b4c0540 (diff)
downloadlibteam-337bae54278a112bab9d99e05ee7ec825b12c646.tar.gz
man teamd.conf: update some parameter default values
Update default runner.name to roundrobin, default runner.tx_hash array to ["eth", "ipv4", "ipv6"], default runner.fast_rate to false. Signed-off-by: Hangbin Liu <liuhangbin@gmail.com> Signed-off-by: Jiri Pirko <jiri@mellanox.com>
-rw-r--r--man/teamd.conf.512
1 files changed, 12 insertions, 0 deletions
diff --git a/man/teamd.conf.5 b/man/teamd.conf.5
index 9090b4a..350ffc9 100644
--- a/man/teamd.conf.5
+++ b/man/teamd.conf.5
@@ -42,6 +42,9 @@ To do passive load balancing, runner only sets up BPF hash function which will d
.PP
.BR "lacp "\(em
Implements 802.3ad LACP protocol. Can use same Tx port selection possibilities as loadbalance runner.
+.PP
+Default:
+.BR "roundrobin"
.RE
.TP
.BR "notify_peers.count " (int)
@@ -182,6 +185,10 @@ Uses source and destination SCTP ports.
.PP
.BR "l4 "\(em
Uses source and destination TCP and UDP and SCTP ports.
+.PP
+Default:
+.B
+["eth", "ipv4", "ipv6"]
.RE
.TP
.BR "runner.tx_balancer.name " (string)
@@ -217,6 +224,11 @@ Default:
Option specifies the rate at which our link partner is asked to transmit LACPDU packets. If this is
.BR "true"
then packets will be sent once per second. Otherwise they will be sent every 30 seconds.
+.RS 7
+.PP
+Default:
+.BR "false"
+.RE
.TP
.BR "runner.tx_hash " (array)
Same as for load balance runner.