Skip to content

Commit

Permalink
ipvs: Document sysctl sync_ports
Browse files Browse the repository at this point in the history
Document sysctl sync_ports based on commit f73181c ("ipvs: add support
for sync threads").

Signed-off-by: Hangbin Liu <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
  • Loading branch information
liuhangbin authored and horms committed Mar 16, 2017
1 parent 237e572 commit 24b4441
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Documentation/networking/ipvs-sysctl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 24b4441

Please sign in to comment.