diff mbox series

man: fix runner.min_ports default value

Message ID 20190222082746.12445-1-liuhangbin@gmail.com (mailing list archive)
State New
Headers show
Series man: fix runner.min_ports default value | expand

Commit Message

Hangbin Liu Feb. 22, 2019, 8:27 a.m. UTC
It should be 1 instead of 0.

Reported-by: LiLiang <liali@redhat.com>
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
---
 man/teamd.conf.5 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jiri Pirko March 8, 2019, 8:42 a.m. UTC | #1
Fri, Feb 22, 2019 at 09:27:46AM CET, liuhangbin@gmail.com wrote:
>It should be 1 instead of 0.
>
>Reported-by: LiLiang <liali@redhat.com>
>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 9bdf46a..5b0f3e9 100644
--- a/man/teamd.conf.5
+++ b/man/teamd.conf.5
@@ -240,7 +240,7 @@  Specifies the minimum number of ports that must be active before asserting carri
 .RS 7
 .PP
 Default:
-.BR "0"
+.BR "1"
 .RE
 .TP
 .BR "runner.agg_select_policy " (string)