projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
237e572
)
ipvs: Document sysctl sync_ports
author
Hangbin Liu
<
[email protected]
>
Mon, 20 Feb 2017 08:31:37 +0000
(16:31 +0800)
committer
Simon Horman
<
[email protected]
>
Thu, 16 Mar 2017 12:33:39 +0000
(13:33 +0100)
Document sysctl sync_ports based on commit
f73181c8288f
("ipvs: add support
for sync threads").
Signed-off-by: Hangbin Liu <
[email protected]
>
Signed-off-by: Simon Horman <
[email protected]
>
Documentation/networking/ipvs-sysctl.txt
patch
|
blob
|
history
diff --git
a/Documentation/networking/ipvs-sysctl.txt
b/Documentation/networking/ipvs-sysctl.txt
index 159d70b6dff3dcd6761dada9af312af6a12415f1..a6feecd467cd45f85560cb7e0e1c56f3cccb53fb 100644
(file)
--- 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)