diff mbox series

man teamd.conf: update some parameter default values

Message ID 20190724090221.1997-1-liuhangbin@gmail.com (mailing list archive)
State New
Headers show
Series man teamd.conf: update some parameter default values | expand

Commit Message

Hangbin Liu July 24, 2019, 9:02 a.m. UTC
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>
---
 man/teamd.conf.5 | 12 ++++++++++++
 1 file changed, 12 insertions(+)

Comments

Jiri Pirko July 30, 2019, 9:04 a.m. UTC | #1
Wed, Jul 24, 2019 at 11:02:21AM CEST, liuhangbin@gmail.com wrote:
>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>

applied, thanks.
diff mbox series

Patch

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.