Skip to content

Commit

Permalink
net: Document xfrm4_gc_thresh and xfrm6_gc_thresh
Browse files Browse the repository at this point in the history
This change adds documentation for xfrm4_gc_thresh and xfrm6_gc_thresh
based on the comments in commit eeb1b73 ("xfrm: Increase the garbage
collector threshold").

Signed-off-by: Alexander Duyck <alexander.h.duyck@redhat.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
  • Loading branch information
Alexander Duyck authored and Steffen Klassert committed Aug 12, 2015
1 parent 42a7b32 commit e69948a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Documentation/networking/ip-sysctl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1181,6 +1181,11 @@ tag - INTEGER
Allows you to write a number, which can be used as required.
Default value is 0.

xfrm4_gc_thresh - INTEGER
The threshold at which we will start garbage collecting for IPv4
destination cache entries. At twice this value the system will
refuse new allocations.

Alexey Kuznetsov.
kuznet@ms2.inr.ac.ru

Expand Down Expand Up @@ -1617,6 +1622,11 @@ ratelimit - INTEGER
otherwise the minimal space between responses in milliseconds.
Default: 1000

xfrm6_gc_thresh - INTEGER
The threshold at which we will start garbage collecting for IPv6
destination cache entries. At twice this value the system will
refuse new allocations.


IPv6 Update by:
Pekka Savola <pekkas@netcore.fi>
Expand Down

0 comments on commit e69948a

Please sign in to comment.