diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-09-23 17:10:40 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-09-23 17:10:40 +0200 |
commit | b52b2712e51172b0c03d3ed25a8f6377d81e51e9 (patch) | |
tree | 86d0ac36739bc2073bb51206f1bfb3acd231ccd0 | |
parent | da1160ad2c6e05c9e5594e17e5e35cbb461871e4 (diff) | |
download | conntrack-tools-b52b2712e51172b0c03d3ed25a8f6377d81e51e9.tar.gz conntrack-tools-b52b2712e51172b0c03d3ed25a8f6377d81e51e9.zip |
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@netfilter.org>
-rw-r--r-- | doc/sync/ftfw/conntrackd.conf | 17 | ||||
-rw-r--r-- | doc/sync/notrack/conntrackd.conf | 17 |
2 files changed, 18 insertions, 16 deletions
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 |