diff mbox

[resend] man: fix runner.sys_prio default

Message ID 20180118172152.10369-1-fgiudici@redhat.com (mailing list archive)
State New
Headers show

Commit Message

Francesco Giudici Jan. 18, 2018, 5:21 p.m. UTC
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(-)

-- 
2.14.3

Comments

Jiri Pirko Feb. 2, 2018, 10:31 a.m. UTC | #1
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.
diff mbox

Patch

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.