Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ipvs: Document sysctl pmtu_disc

Document sysctl pmtu_disc based on commit 3654e61137db ("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>

authored by

Hangbin Liu and committed by
Simon Horman
3c679cba 24b44415

+8
+8
Documentation/networking/ipvs-sysctl.txt
··· 175 175 for VS/NAT when the load balancer receives packets from real 176 176 servers but the connection entries don't exist. 177 177 178 + pmtu_disc - BOOLEAN 179 + 0 - disabled 180 + not 0 - enabled (default) 181 + 182 + By default, reject with FRAG_NEEDED all DF packets that exceed 183 + the PMTU, irrespective of the forwarding method. For TUN method 184 + the flag can be disabled to fragment such packets. 185 + 178 186 secure_tcp - INTEGER 179 187 0 - disabled (default) 180 188