diff mbox

man: add 'random' to the list of available runners

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

Commit Message

Francesco Giudici June 15, 2018, 1:57 p.m. UTC
The 'random' value is just missing from the documentation.

Signed-off-by: Francesco Giudici <fgiudici@redhat.com>

---
 man/teamd.conf.5 | 3 +++
 1 file changed, 3 insertions(+)

-- 
2.17.1

Comments

Jiri Pirko June 24, 2018, 9:29 a.m. UTC | #1
Fri, Jun 15, 2018 at 03:57:25PM CEST, fgiudici@redhat.com wrote:
>The 'random' value is just missing from the documentation.


applied, thanks!
diff mbox

Patch

diff --git a/man/teamd.conf.5 b/man/teamd.conf.5
index dc5000e..a252042 100644
--- a/man/teamd.conf.5
+++ b/man/teamd.conf.5
@@ -31,6 +31,9 @@  Simple runner which directs the team device to transmit packets via all ports.
 .BR "roundrobin "\(em
 Simple runner which directs the team device to transmits packets in a round-robin fashion.
 .PP
+.BR "random "\(em
+Simple runner which directs the team device to transmits packets on a randomly selected port.
+.PP
 .BR "activebackup "\(em
 Watches for link changes and selects active port to be used for data transfers.
 .PP