summaryrefslogtreecommitdiffstats
path: root/doc/sync/notrack
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2008-08-01 11:35:27 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2008-08-01 11:35:27 +0200
commitd400ecfef1fd16a9bed90ddaf8270622476337bb (patch)
tree5e9a7e04143f48d2304f3d2f7880e012d0bf217b /doc/sync/notrack
parent1d3c3133107aea0d054fc444bf61b48ba3bf77cd (diff)
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@netfilter.org>
Diffstat (limited to 'doc/sync/notrack')
-rw-r--r--doc/sync/notrack/node1/conntrackd.conf9
-rw-r--r--doc/sync/notrack/node2/conntrackd.conf9
2 files changed, 0 insertions, 18 deletions
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