diff options
author | Eric Dumazet <edumazet@google.com> | 2012-07-30 03:14:29 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-07-30 17:53:22 -0400 |
commit | 0c7462a2351b4cc502f326aad7fedd04909928be (patch) | |
tree | 0f60f604b836d310d7a587b701232870d00f3446 /Documentation/networking | |
parent | 404e0a8b6a55d5e1cd138c6deb1bca9abdf75d8c (diff) |
ipv4: remove rt_cache_rebuild_count
After IP route cache removal, rt_cache_rebuild_count is no longer
used.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/ip-sysctl.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt index 406a5226220d..ca447b35b833 100644 --- a/Documentation/networking/ip-sysctl.txt +++ b/Documentation/networking/ip-sysctl.txt | |||
@@ -48,12 +48,6 @@ min_adv_mss - INTEGER | |||
48 | The advertised MSS depends on the first hop route MTU, but will | 48 | The advertised MSS depends on the first hop route MTU, but will |
49 | never be lower than this setting. | 49 | never be lower than this setting. |
50 | 50 | ||
51 | rt_cache_rebuild_count - INTEGER | ||
52 | The per net-namespace route cache emergency rebuild threshold. | ||
53 | Any net-namespace having its route cache rebuilt due to | ||
54 | a hash bucket chain being too long more than this many times | ||
55 | will have its route caching disabled | ||
56 | |||
57 | IP Fragmentation: | 51 | IP Fragmentation: |
58 | 52 | ||
59 | ipfrag_high_thresh - INTEGER | 53 | ipfrag_high_thresh - INTEGER |