aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Giudici <fgiudici@redhat.com>2018-01-18 18:21:52 +0100
committerJiri Pirko <jiri@mellanox.com>2018-02-02 11:30:38 +0100
commit789591c7318a0423984037b6a8ba3f3925f4eaa7 (patch)
treedd23d0195a29e5a0b38a5745237b4ab8becf3bde
parent3ede1b278000dd04125f6cdaa833c6524e07d2fb (diff)
downloadlibteam-789591c7318a0423984037b6a8ba3f3925f4eaa7.tar.gz
man: fix runner.sys_prio default
runner.sys_prio default is 65535, not 255. 255 is actually the default value of ports.PORTIFNAME.lacp_prio. Signed-off-by: Francesco Giudici <fgiudici@redhat.com> Signed-off-by: Jiri Pirko <jiri@mellanox.com>
-rw-r--r--man/teamd.conf.57
1 files changed, 6 insertions, 1 deletions
diff --git a/man/teamd.conf.5 b/man/teamd.conf.5
index 0545023..dc5000e 100644
--- a/man/teamd.conf.5
+++ b/man/teamd.conf.5
@@ -229,7 +229,7 @@ System priority, value can be 0 \(en 65535.
.RS 7
.PP
Default:
-.BR "255"
+.BR "65535"
.RE
.TP
.BR "runner.min_ports " (int)
@@ -269,6 +269,11 @@ Default:
.TP
.BR "ports.PORTIFNAME.lacp_prio " (int)
Port priority according to LACP standard. The lower number means higher priority.
+.RS 7
+.PP
+Default:
+.BR "255"
+.RE
.TP
.BR "ports.PORTIFNAME.lacp_key " (int)
Port key according to LACP standard. It is only possible to aggregate ports with the same key.