Skip to content

Commit

Permalink
ipvs: Document sysctl pmtu_disc
Browse files Browse the repository at this point in the history
Document sysctl pmtu_disc based on commit 3654e61 ("ipvs: add
pmtu_disc option to disable IP DF for TUN packets").

Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
  • Loading branch information
Hangbin Liu authored and Simon Horman committed Mar 16, 2017
1 parent 24b4441 commit 3c679cb
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 @@ -175,6 +175,14 @@ nat_icmp_send - BOOLEAN
for VS/NAT when the load balancer receives packets from real
servers but the connection entries don't exist.

pmtu_disc - BOOLEAN
0 - disabled
not 0 - enabled (default)

By default, reject with FRAG_NEEDED all DF packets that exceed
the PMTU, irrespective of the forwarding method. For TUN method
the flag can be disabled to fragment such packets.

secure_tcp - INTEGER
0 - disabled (default)

Expand Down

0 comments on commit 3c679cb

Please sign in to comment.