From 8a4e901eb9418a47ff443c26ac13b85b91da2520 Mon Sep 17 00:00:00 2001 From: Arturo Borrero Gonzalez Date: Wed, 30 Oct 2019 12:25:44 +0100 Subject: docs: refresh references to /proc/net/core/rmem_default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In recent kernel versions, /proc/net/core/rmem_default is now /proc/sys/net/core/rmem_default instead. Refresh docs that mention this file. Reported-by: Raphaƫl Bazaud Signed-off-by: Arturo Borrero Gonzalez Signed-off-by: Pablo Neira Ayuso --- conntrackd.conf.5 | 2 +- doc/sync/alarm/conntrackd.conf | 2 +- doc/sync/ftfw/conntrackd.conf | 2 +- doc/sync/notrack/conntrackd.conf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conntrackd.conf.5 b/conntrackd.conf.5 index 2634a7f..673f895 100644 --- a/conntrackd.conf.5 +++ b/conntrackd.conf.5 @@ -530,7 +530,7 @@ Default is \fB/var/lock/conntrack.lock\fP. .TP .BI "NetlinkBufferSize " Netlink event socket buffer size. If you do not specify this clause, the -default buffer size value in \fB/proc/net/core/rmem_default\fP is used. This +default buffer size value in \fB/proc/sys/net/core/rmem_default\fP is used. This default value is usually around \fB100 Kbytes\fP which is fairly small for busy firewalls. This leads to event message dropping and high CPU consumption. diff --git a/doc/sync/alarm/conntrackd.conf b/doc/sync/alarm/conntrackd.conf index b689ae6..53af4f2 100644 --- a/doc/sync/alarm/conntrackd.conf +++ b/doc/sync/alarm/conntrackd.conf @@ -266,7 +266,7 @@ General { # # Netlink event socket buffer size. If you do not specify this clause, - # the default buffer size value in /proc/net/core/rmem_default is + # the default buffer size value in /proc/sys/net/core/rmem_default is # used. This default value is usually around 100 Kbytes which is # fairly small for busy firewalls. This leads to event message dropping # and high CPU consumption. This example configuration file sets the diff --git a/doc/sync/ftfw/conntrackd.conf b/doc/sync/ftfw/conntrackd.conf index 8267659..8733834 100644 --- a/doc/sync/ftfw/conntrackd.conf +++ b/doc/sync/ftfw/conntrackd.conf @@ -289,7 +289,7 @@ General { # # Netlink event socket buffer size. If you do not specify this clause, - # the default buffer size value in /proc/net/core/rmem_default is + # the default buffer size value in /proc/sys/net/core/rmem_default is # used. This default value is usually around 100 Kbytes which is # fairly small for busy firewalls. This leads to event message dropping # and high CPU consumption. This example configuration file sets the diff --git a/doc/sync/notrack/conntrackd.conf b/doc/sync/notrack/conntrackd.conf index 8445b7d..23bee92 100644 --- a/doc/sync/notrack/conntrackd.conf +++ b/doc/sync/notrack/conntrackd.conf @@ -328,7 +328,7 @@ General { # # Netlink event socket buffer size. If you do not specify this clause, - # the default buffer size value in /proc/net/core/rmem_default is + # the default buffer size value in /proc/sys/net/core/rmem_default is # used. This default value is usually around 100 Kbytes which is # fairly small for busy firewalls. This leads to event message dropping # and high CPU consumption. This example configuration file sets the -- cgit v1.2.3