diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2008-11-30 11:40:36 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2008-11-30 11:40:36 +0100 |
commit | 1fadc34c80a17e291f5ae86ecb84efbdb2aab265 (patch) | |
tree | 1ee5c644e2f9771bc92a786ea11f11cd0133b163 /doc/sync/ftfw | |
parent | 1cd6dc33d533d05f5212f215521d5c3c9e362714 (diff) | |
download | conntrack-tools-1fadc34c80a17e291f5ae86ecb84efbdb2aab265.tar.gz conntrack-tools-1fadc34c80a17e291f5ae86ecb84efbdb2aab265.zip |
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 <pablo@netfilter.org>
Diffstat (limited to 'doc/sync/ftfw')
-rw-r--r-- | doc/sync/ftfw/conntrackd.conf | 13 |
1 files changed, 7 insertions, 6 deletions
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 + } } # |