diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/networking/ip-sysctl.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt index 497656473b1c..19ac1802bfd4 100644 --- a/Documentation/networking/ip-sysctl.txt +++ b/Documentation/networking/ip-sysctl.txt | |||
@@ -26,6 +26,11 @@ route/max_size - INTEGER | |||
26 | Maximum number of routes allowed in the kernel. Increase | 26 | Maximum number of routes allowed in the kernel. Increase |
27 | this when using large numbers of interfaces and/or routes. | 27 | this when using large numbers of interfaces and/or routes. |
28 | 28 | ||
29 | neigh/default/gc_thresh1 - INTEGER | ||
30 | Minimum number of entries to keep. Garbage collector will not | ||
31 | purge entries if there are fewer than this number. | ||
32 | Default: 256 | ||
33 | |||
29 | neigh/default/gc_thresh3 - INTEGER | 34 | neigh/default/gc_thresh3 - INTEGER |
30 | Maximum number of neighbor entries allowed. Increase this | 35 | Maximum number of neighbor entries allowed. Increase this |
31 | when using large numbers of interfaces and when communicating | 36 | when using large numbers of interfaces and when communicating |