[conntrack-tools] cleanup: remove obsolete clause Replicate in the example conffiles

Pablo Neira netfilter-cvslog-bounces at lists.netfilter.org
Fri Aug 1 11:35:36 CEST 2008


Gitweb:		http://git.netfilter.org/cgi-bin/gitweb.cgi?p=conntrack-tools.git;a=commit;h=d400ecfef1fd16a9bed90ddaf8270622476337bb
commit d400ecfef1fd16a9bed90ddaf8270622476337bb
Author:     Pablo Neira Ayuso <pablo at netfilter.org>
AuthorDate: Fri Aug 1 11:35:27 2008 +0200
Commit:     Pablo Neira Ayuso <pablo at netfilter.org>
CommitDate: Fri Aug 1 11:35:27 2008 +0200

    cleanup: remove obsolete clause Replicate in the example conffiles
    
    Remove obsolete clause Replicate in the example configuration files.
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>
       via  d400ecfef1fd16a9bed90ddaf8270622476337bb (commit)
      from  1d3c3133107aea0d054fc444bf61b48ba3bf77cd (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 d400ecfef1fd16a9bed90ddaf8270622476337bb
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Fri Aug 1 11:35:27 2008 +0200

    cleanup: remove obsolete clause Replicate in the example conffiles
    
    Remove obsolete clause Replicate in the example configuration files.
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

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

 doc/sync/alarm/node1/conntrackd.conf   |    9 ---------
 doc/sync/alarm/node2/conntrackd.conf   |    9 ---------
 doc/sync/ftfw/node1/conntrackd.conf    |    9 ---------
 doc/sync/ftfw/node2/conntrackd.conf    |    9 ---------
 doc/sync/notrack/node1/conntrackd.conf |    9 ---------
 doc/sync/notrack/node2/conntrackd.conf |    9 ---------
 6 files changed, 0 insertions(+), 54 deletions(-)
Remove obsolete clause Replicate in the example configuration files.

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

diff --git a/doc/sync/alarm/node1/conntrackd.conf b/doc/sync/alarm/node1/conntrackd.conf
index c3c4da4..ff86918 100644
--- a/doc/sync/alarm/node1/conntrackd.conf
+++ b/doc/sync/alarm/node1/conntrackd.conf
@@ -66,15 +66,6 @@ Sync {
 	# Enable/Disable message checksumming
 	Checksum on
 
-	# Uncomment this if you want to replicate just certain TCP states.
-	# This option introduces a tradeoff in the replication: it reduces
-	# CPU consumption and lost messages rate at the cost of having 
-	# backup replicas that don't contain the current state that the active 
-	# replica holds. TCP states are: SYN_SENT, SYN_RECV, ESTABLISHED,
-	# FIN_WAIT, CLOSE_WAIT, LAST_ACK, TIME_WAIT, CLOSE, LISTEN.
-	# 
-	# Replicate ESTABLISHED TIME_WAIT for TCP
-
 	# If you have a multiprimary setup (active-active) without connection
 	# persistency, ie. you can't know which firewall handles a packet
 	# that is part of a connection, then you need direct commit of
diff --git a/doc/sync/alarm/node2/conntrackd.conf b/doc/sync/alarm/node2/conntrackd.conf
index e61e76a..ab34f70 100644
--- a/doc/sync/alarm/node2/conntrackd.conf
+++ b/doc/sync/alarm/node2/conntrackd.conf
@@ -66,15 +66,6 @@ Sync {
 	# Enable/Disable message checksumming
 	Checksum on
 
-	# Uncomment this if you want to replicate just certain TCP states.
-	# This option introduces a tradeoff in the replication: it reduces
-	# CPU consumption and lost messages rate at the cost of having 
-	# backup replicas that don't contain the current state that the active 
-	# replica holds. TCP states are: SYN_SENT, SYN_RECV, ESTABLISHED,
-	# FIN_WAIT, CLOSE_WAIT, LAST_ACK, TIME_WAIT, CLOSE, LISTEN.
-	# 
-	# Replicate ESTABLISHED TIME_WAIT for TCP
-
 	# If you have a multiprimary setup (active-active) without connection
 	# persistency, ie. you can't know which firewall handles a packet
 	# that is part of a connection, then you need direct commit of
diff --git a/doc/sync/ftfw/node1/conntrackd.conf b/doc/sync/ftfw/node1/conntrackd.conf
index 98ad581..e256f67 100644
--- a/doc/sync/ftfw/node1/conntrackd.conf
+++ b/doc/sync/ftfw/node1/conntrackd.conf
@@ -61,15 +61,6 @@ Sync {
 	# Enable/Disable message checksumming
 	Checksum on
 
-	# Uncomment this if you want to replicate just certain TCP states.
-	# This option introduces a tradeoff in the replication: it reduces
-	# CPU consumption and lost messages rate at the cost of having 
-	# backup replicas that don't contain the current state that the active 
-	# replica holds. TCP states are: SYN_SENT, SYN_RECV, ESTABLISHED,
-	# FIN_WAIT, CLOSE_WAIT, LAST_ACK, TIME_WAIT, CLOSE, LISTEN.
-	# 
-	# Replicate ESTABLISHED TIME_WAIT for TCP
-
 	# If you have a multiprimary setup (active-active) without connection
 	# persistency, ie. you can't know which firewall handles a packet
 	# that is part of a connection, then you need direct commit of
diff --git a/doc/sync/ftfw/node2/conntrackd.conf b/doc/sync/ftfw/node2/conntrackd.conf
index 2fab830..b22ab06 100644
--- a/doc/sync/ftfw/node2/conntrackd.conf
+++ b/doc/sync/ftfw/node2/conntrackd.conf
@@ -60,15 +60,6 @@ Sync {
 	# Enable/Disable message checksumming
 	Checksum on
 
-	# Uncomment this if you want to replicate just certain TCP states.
-	# This option introduces a tradeoff in the replication: it reduces
-	# CPU consumption and lost messages rate at the cost of having 
-	# backup replicas that don't contain the current state that the active 
-	# replica holds. TCP states are: SYN_SENT, SYN_RECV, ESTABLISHED,
-	# FIN_WAIT, CLOSE_WAIT, LAST_ACK, TIME_WAIT, CLOSE, LISTEN.
-	# 
-	# Replicate ESTABLISHED TIME_WAIT for TCP
-
 	# If you have a multiprimary setup (active-active) without connection
 	# persistency, ie. you can't know which firewall handles a packet
 	# that is part of a connection, then you need direct commit of
diff --git a/doc/sync/notrack/node1/conntrackd.conf b/doc/sync/notrack/node1/conntrackd.conf
index 724183a..6c5ec3d 100644
--- a/doc/sync/notrack/node1/conntrackd.conf
+++ b/doc/sync/notrack/node1/conntrackd.conf
@@ -54,15 +54,6 @@ Sync {
 	# Enable/Disable message checksumming
 	Checksum on
 
-	# Uncomment this if you want to replicate just certain TCP states.
-	# This option introduces a tradeoff in the replication: it reduces
-	# CPU consumption and lost messages rate at the cost of having 
-	# backup replicas that don't contain the current state that the active 
-	# replica holds. TCP states are: SYN_SENT, SYN_RECV, ESTABLISHED,
-	# FIN_WAIT, CLOSE_WAIT, LAST_ACK, TIME_WAIT, CLOSE, LISTEN.
-	# 
-	# Replicate ESTABLISHED TIME_WAIT for TCP
-
 	# If you have a multiprimary setup (active-active) without connection
 	# persistency, ie. you can't know which firewall handles a packet
 	# that is part of a connection, then you need direct commit of
diff --git a/doc/sync/notrack/node2/conntrackd.conf b/doc/sync/notrack/node2/conntrackd.conf
index cbf5cee..ba83e5a 100644
--- a/doc/sync/notrack/node2/conntrackd.conf
+++ b/doc/sync/notrack/node2/conntrackd.conf
@@ -53,15 +53,6 @@ Sync {
 	# Enable/Disable message checksumming
 	Checksum on
 
-	# Uncomment this if you want to replicate just certain TCP states.
-	# This option introduces a tradeoff in the replication: it reduces
-	# CPU consumption and lost messages rate at the cost of having 
-	# backup replicas that don't contain the current state that the active 
-	# replica holds. TCP states are: SYN_SENT, SYN_RECV, ESTABLISHED,
-	# FIN_WAIT, CLOSE_WAIT, LAST_ACK, TIME_WAIT, CLOSE, LISTEN.
-	# 
-	# Replicate ESTABLISHED TIME_WAIT for TCP
-
 	# If you have a multiprimary setup (active-active) without connection
 	# persistency, ie. you can't know which firewall handles a packet
 	# that is part of a connection, then you need direct commit of



More information about the netfilter-cvslog mailing list