[conntrack-tools] conntrackd: break lines at 80 characters in example config files

Pablo Neira netfilter-cvslog-bounces at lists.netfilter.org
Wed Sep 23 17:12:05 CEST 2009


Gitweb:		http://git.netfilter.org/cgi-bin/gitweb.cgi?p=conntrack-tools.git;a=commit;h=b52b2712e51172b0c03d3ed25a8f6377d81e51e9
commit b52b2712e51172b0c03d3ed25a8f6377d81e51e9
Author:     Pablo Neira Ayuso <pablo at netfilter.org>
AuthorDate: Wed Sep 23 17:10:40 2009 +0200
Commit:     Pablo Neira Ayuso <pablo at netfilter.org>
CommitDate: Wed Sep 23 17:10:40 2009 +0200

    conntrackd: break lines at 80 characters in example config files
    
    In 49540362b2a25aadbaf25fd087414776aa5a67a8, we forgot to break lines
    at 80 characters. This patch cleans up this issue.
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>
       via  b52b2712e51172b0c03d3ed25a8f6377d81e51e9 (commit)
      from  da1160ad2c6e05c9e5594e17e5e35cbb461871e4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b52b2712e51172b0c03d3ed25a8f6377d81e51e9
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Wed Sep 23 17:10:40 2009 +0200

    conntrackd: break lines at 80 characters in example config files
    
    In 49540362b2a25aadbaf25fd087414776aa5a67a8, we forgot to break lines
    at 80 characters. This patch cleans up this issue.
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

-----------------------------------------------------------------------

 doc/sync/ftfw/conntrackd.conf    |   17 +++++++++--------
 doc/sync/notrack/conntrackd.conf |   17 +++++++++--------
 2 files changed, 18 insertions(+), 16 deletions(-)
In 49540362b2a25aadbaf25fd087414776aa5a67a8, we forgot to break lines
at 80 characters. This patch cleans up this issue.

Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

diff --git a/doc/sync/ftfw/conntrackd.conf b/doc/sync/ftfw/conntrackd.conf
index 6a54539..81f2de1 100644
--- a/doc/sync/ftfw/conntrackd.conf
+++ b/doc/sync/ftfw/conntrackd.conf
@@ -50,14 +50,15 @@ Sync {
 		# ACKWindowSize 300
 
 		#
-		# This clause allows you to disable the external cache. Thus, the
-		# state entries are directly injected into the kernel conntrack
-		# table. As a result, you save memory in user-space but you consume
-		# slots in the kernel conntrack table for backup state entries.
-		# Moreover, disabling the external cache means more CPU consumption.
-		# You need a Linux kernel >= 2.6.29 to use this feature. By default,
-		# this clause is set off. If you are installing conntrackd for first
-		# time, please read the user manual and I encourage you to consider
+		# This clause allows you to disable the external cache. Thus,
+		# the state entries are directly injected into the kernel
+		# conntrack table. As a result, you save memory in user-space
+		# but you consume slots in the kernel conntrack table for
+		# backup state entries. Moreover, disabling the external cache
+		# means more CPU consumption. You need a Linux kernel
+		# >= 2.6.29 to use this feature. By default, this clause is
+		# set off. If you are installing conntrackd for first time,
+		# please read the user manual and I encourage you to consider
 		# using the fail-over scripts instead of enabling this option!
 		#
 		# DisableExternalCache Off
diff --git a/doc/sync/notrack/conntrackd.conf b/doc/sync/notrack/conntrackd.conf
index 152880b..529fbd9 100644
--- a/doc/sync/notrack/conntrackd.conf
+++ b/doc/sync/notrack/conntrackd.conf
@@ -27,14 +27,15 @@ Sync {
 		# PurgeTimeout 60
 	
 		#	
-		# This clause allows you to disable the external cache. Thus, the
-		# state entries are directly injected into the kernel conntrack
-		# table. As a result, you save memory in user-space but you consume
-		# slots in the kernel conntrack table for backup state entries.
-		# Moreover, disabling the external cache means more CPU consumption.
-		# You need a Linux kernel >= 2.6.29 to use this feature. By default,
-		# this clause is set off. If you are installing conntrackd for first
-		# time, please read the user manual and I encourage you to consider
+		# This clause allows you to disable the external cache. Thus,
+		# the state entries are directly injected into the kernel
+		# conntrack table. As a result, you save memory in user-space
+		# but you consume slots in the kernel conntrack table for
+		# backup state entries. Moreover, disabling the external cache
+		# means more CPU consumption. You need a Linux kernel
+		# >= 2.6.29 to use this feature. By default, this clause is
+		# set off. If you are installing conntrackd for first time,
+		# please read the user manual and I encourage you to consider
 		# using the fail-over scripts instead of enabling this option!
 		#
 		# DisableExternalCache Off



More information about the netfilter-cvslog mailing list