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 --- man/teamd.conf.5 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-)
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.
Thu, Jan 18, 2018 at 06:21:52PM CET, fgiudici@redhat.com wrote:
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
applied, thanks.
libteam@lists.fedorahosted.org