aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/networking/ip-sysctl.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt
index 7373115407e4..0d71fa962d8a 100644
--- a/Documentation/networking/ip-sysctl.txt
+++ b/Documentation/networking/ip-sysctl.txt
@@ -32,6 +32,19 @@ ip_no_pmtu_disc - INTEGER
32min_pmtu - INTEGER 32min_pmtu - INTEGER
33 default 552 - minimum discovered Path MTU 33 default 552 - minimum discovered Path MTU
34 34
35ip_forward_use_pmtu - BOOLEAN
36 By default we don't trust protocol path MTUs while forwarding
37 because they could be easily forged and can lead to unwanted
38 fragmentation by the router.
39 You only need to enable this if you have user-space software
40 which tries to discover path mtus by itself and depends on the
41 kernel honoring this information. This is normally not the
42 case.
43 Default: 0 (disabled)
44 Possible values:
45 0 - disabled
46 1 - enabled
47
35route/max_size - INTEGER 48route/max_size - INTEGER
36 Maximum number of routes allowed in the kernel. Increase 49 Maximum number of routes allowed in the kernel. Increase
37 this when using large numbers of interfaces and/or routes. 50 this when using large numbers of interfaces and/or routes.