From 1fadc34c80a17e291f5ae86ecb84efbdb2aab265 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sun, 30 Nov 2008 11:40:36 +0100 Subject: config: move `Checksum' inside `Multicast' clause This patch moves `Checksum' into the `Multicast' clause. This property is dependent of the multicast configuration. This patch is required to introduce the redundant dedicated link support that is on the way. Signed-off-by: Pablo Neira Ayuso --- doc/sync/alarm/conntrackd.conf | 13 +++++++------ doc/sync/ftfw/conntrackd.conf | 13 +++++++------ doc/sync/notrack/conntrackd.conf | 13 +++++++------ 3 files changed, 21 insertions(+), 18 deletions(-) (limited to 'doc') diff --git a/doc/sync/alarm/conntrackd.conf b/doc/sync/alarm/conntrackd.conf index 31a1a4d..dfdc91d 100644 --- a/doc/sync/alarm/conntrackd.conf +++ b/doc/sync/alarm/conntrackd.conf @@ -94,13 +94,14 @@ Sync { # the receiver buffer. # # McastRcvSocketBuffer 1249280 - } - # - # Enable/Disable message checksumming. This is a good property to - # achieve fault-tolerance. In case of doubt, do not modify this value. - # - Checksum on + # + # Enable/Disable message checksumming. This is a good + # property to achieve fault-tolerance. In case of doubt, do + # not modify this value. + # + Checksum on + } } # diff --git a/doc/sync/ftfw/conntrackd.conf b/doc/sync/ftfw/conntrackd.conf index ae2fe78..bf5711e 100644 --- a/doc/sync/ftfw/conntrackd.conf +++ b/doc/sync/ftfw/conntrackd.conf @@ -98,13 +98,14 @@ Sync { # the receiver buffer. # # McastRcvSocketBuffer 1249280 - } - # - # Enable/Disable message checksumming. This is a good property to - # achieve fault-tolerance. In case of doubt, do not modify this value. - # - Checksum on + # + # Enable/Disable message checksumming. This is a good + # property to achieve fault-tolerance. In case of doubt, do + # not modify this value. + # + Checksum on + } } # diff --git a/doc/sync/notrack/conntrackd.conf b/doc/sync/notrack/conntrackd.conf index d0e141c..90189cd 100644 --- a/doc/sync/notrack/conntrackd.conf +++ b/doc/sync/notrack/conntrackd.conf @@ -82,13 +82,14 @@ Sync { # really recommended to increase the buffer size. McastRcvSocketBuffer 1249280 - } - # - # Enable/Disable message checksumming. This is a good property to - # achieve fault-tolerance. In case of doubt, do not modify this value. - # - Checksum on + # + # Enable/Disable message checksumming. This is a good + # property to achieve fault-tolerance. In case of doubt, do + # not modify this value. + # + Checksum on + } } # -- cgit v1.2.3