Skip to content

Commit 3c679cb

Browse files
liuhangbinhorms
authored andcommitted
ipvs: Document sysctl pmtu_disc
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 <[email protected]> Signed-off-by: Simon Horman <[email protected]>
1 parent 24b4441 commit 3c679cb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Documentation/networking/ipvs-sysctl.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,14 @@ nat_icmp_send - BOOLEAN
175175
for VS/NAT when the load balancer receives packets from real
176176
servers but the connection entries don't exist.
177177

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+
178186
secure_tcp - INTEGER
179187
0 - disabled (default)
180188

0 commit comments

Comments
 (0)