netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [conntrack-tools PATCH] docs: refresh references to /proc/net/core/rmem_default
@ 2019-10-30 11:25 Arturo Borrero Gonzalez
  2019-10-30 12:38 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Arturo Borrero Gonzalez @ 2019-10-30 11:25 UTC (permalink / raw)
  To: netfilter-devel

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 <rbazaud@gmail.com>
Signed-off-by: Arturo Borrero Gonzalez <arturo@netfilter.org>
---
 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 <value>"
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [conntrack-tools PATCH] docs: refresh references to /proc/net/core/rmem_default
  2019-10-30 11:25 [conntrack-tools PATCH] docs: refresh references to /proc/net/core/rmem_default Arturo Borrero Gonzalez
@ 2019-10-30 12:38 ` Pablo Neira Ayuso
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2019-10-30 12:38 UTC (permalink / raw)
  To: Arturo Borrero Gonzalez; +Cc: netfilter-devel

On Wed, Oct 30, 2019 at 12:25:44PM +0100, Arturo Borrero Gonzalez wrote:
> 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 <rbazaud@gmail.com>
> Signed-off-by: Arturo Borrero Gonzalez <arturo@netfilter.org>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-30 12:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-30 11:25 [conntrack-tools PATCH] docs: refresh references to /proc/net/core/rmem_default Arturo Borrero Gonzalez
2019-10-30 12:38 ` Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).