Blame SOURCES/1085531-mpo-7.4.0-ipvsadm.8.patch

0febb9
From 6eb0f94188ac99b122693c79302c60c9ec9aef08 Mon Sep 17 00:00:00 2001
0febb9
From: =?UTF-8?q?Nikola=20Forr=C3=B3?= <nforro@redhat.com>
0febb9
Date: Tue, 28 Mar 2017 14:49:57 +0200
0febb9
Subject: [PATCH 1/6] ipvsadm.8: add missing option
0febb9
0febb9
---
0febb9
 ipvsadm/man8/ipvsadm.8 | 7 ++++++-
0febb9
 1 file changed, 6 insertions(+), 1 deletion(-)
0febb9
0febb9
diff --git a/ipvsadm/man8/ipvsadm.8 b/ipvsadm/man8/ipvsadm.8
0febb9
index 9a9e9b3..263e873 100644
0febb9
--- a/ipvsadm/man8/ipvsadm.8
0febb9
+++ b/ipvsadm/man8/ipvsadm.8
0febb9
@@ -37,7 +37,9 @@ ipvsadm \- Linux Virtual Server administration
0febb9
 .SH SYNOPSIS
0febb9
 .B ipvsadm -A|E -t|u|f \fIservice-address\fP [-s \fIscheduler\fP]
0febb9
 .ti 15
0febb9
-.B [-p [\fItimeout\fP]] [-M \fInetmask\fP] [-b \fIsched-flags\fP]
0febb9
+.B [-p [\fItimeout\fP]] [-M \fInetmask\fP] [--pe \fIpersistence_engine\fP]
0febb9
+.ti 15
0febb9
+.B [-b \fIsched-flags\fP]
0febb9
 .br
0febb9
 .B ipvsadm -D -t|u|f \fIservice-address\fP
0febb9
 .br
0febb9
@@ -262,6 +264,9 @@ fixed service rate (weight) of the ith server.
0febb9
 there is, instead of waiting for a fast one; if all the servers are
0febb9
 busy, it adopts the Shortest Expected Delay policy to assign the job.
0febb9
 .TP
0febb9
+.B --pe \fIpersistence_engine\fR
0febb9
+Alternate persistence engine may be sip, not set by default.
0febb9
+.TP
0febb9
 .B -p, --persistent [\fItimeout\fP]
0febb9
 Specify that a virtual service is persistent. If this option is
0febb9
 specified, multiple requests from a client are redirected to the same
0febb9
-- 
0febb9
2.7.4
0febb9