Message ID | 20180115184203.21530-1-fgiudici@redhat.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Mon, Jan 15, 2018 at 07:42:03PM CET, fgiudici@redhat.com wrote: >runner.sys_prio default is 65535, not 255. >255 is actually the default value of ports.PORTIFNAME.lacp_prio. Please resubmit with the "signed-off" line. Thanks!
On 16/01/2018 00:20, Jiri Pirko wrote: > Mon, Jan 15, 2018 at 07:42:03PM CET, fgiudici@redhat.com wrote: >> runner.sys_prio default is 65535, not 255. >> 255 is actually the default value of ports.PORTIFNAME.lacp_prio. > > Please resubmit with the "signed-off" line. Thanks! Oh, sure... sorry for the delay, going to send the fixed patch... Thanks Francesco > _______________________________________________ > libteam mailing list -- libteam@lists.fedorahosted.org > To unsubscribe send an email to libteam-leave@lists.fedorahosted.org >
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.