diff options
author | Eric Dumazet <edumazet@google.com> | 2012-07-30 07:14:29 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-07-30 14:53:22 -0700 |
commit | 0c7462a2351b4cc502f326aad7fedd04909928be (patch) | |
tree | 0f60f604b836d310d7a587b701232870d00f3446 /Documentation/networking | |
parent | 404e0a8b6a55d5e1cd138c6deb1bca9abdf75d8c (diff) | |
download | talos-op-linux-0c7462a2351b4cc502f326aad7fedd04909928be.tar.gz talos-op-linux-0c7462a2351b4cc502f326aad7fedd04909928be.zip |
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 The advertised MSS depends on the first hop route MTU, but will never be lower than this setting. -rt_cache_rebuild_count - INTEGER - The per net-namespace route cache emergency rebuild threshold. - Any net-namespace having its route cache rebuilt due to - a hash bucket chain being too long more than this many times - will have its route caching disabled - IP Fragmentation: ipfrag_high_thresh - INTEGER |