[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1489668195-15240-5-git-send-email-horms@verge.net.au>
Date: Thu, 16 Mar 2017 13:43:14 +0100
From: Simon Horman <horms@...ge.net.au>
To: Pablo Neira Ayuso <pablo@...filter.org>
Cc: lvs-devel@...r.kernel.org, netdev@...r.kernel.org,
netfilter-devel@...r.kernel.org,
Wensong Zhang <wensong@...ux-vs.org>,
Julian Anastasov <ja@....bg>,
Hangbin Liu <liuhangbin@...il.com>,
Simon Horman <horms@...ge.net.au>
Subject: [PATCH 4/5] ipvs: Document sysctl sync_ports
From: Hangbin Liu <liuhangbin@...il.com>
Document sysctl sync_ports based on commit f73181c8288f ("ipvs: add support
for sync threads").
Signed-off-by: Hangbin Liu <liuhangbin@...il.com>
Signed-off-by: Simon Horman <horms@...ge.net.au>
---
Documentation/networking/ipvs-sysctl.txt | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/Documentation/networking/ipvs-sysctl.txt b/Documentation/networking/ipvs-sysctl.txt
index 159d70b6dff3..a6feecd467cd 100644
--- a/Documentation/networking/ipvs-sysctl.txt
+++ b/Documentation/networking/ipvs-sysctl.txt
@@ -231,6 +231,14 @@ sync_sock_size - INTEGER
Configuration of SNDBUF (master) or RCVBUF (slave) socket limit.
Default value is 0 (preserve system defaults).
+sync_ports - INTEGER
+ default 1
+
+ The number of threads that master and backup servers can use for
+ sync traffic. Every thread will use single UDP port, thread 0 will
+ use the default port 8848 while last thread will use port
+ 8848+sync_ports-1.
+
snat_reroute - BOOLEAN
0 - disabled
not 0 - enabled (default)
--
2.7.0.rc3.207.g0ac5344
Powered by blists - more mailing lists