diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-12-24 00:16:53 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-12-24 00:16:53 +0100 |
commit | 8af1ed45027a0d2a60223c085b6d2a10ca468442 (patch) | |
tree | eac9b95f3542894c2e7e7bd3cc8e9d6e07faa231 /conntrackd.8 | |
parent | b78aa333ae1a73683afd44b8819186a91784d929 (diff) | |
download | conntrack-tools-8af1ed45027a0d2a60223c085b6d2a10ca468442.tar.gz |
conntrackd: document `-B' command
This patch documents the `-B' command in conntrackd that allows you
to force a bulk send to other firewall nodes in the cluster.
Reported-by: Tino Keitel <tkeitel@innominate.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'conntrackd.8')
-rw-r--r-- | conntrackd.8 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conntrackd.8 b/conntrackd.8 index f741bc9..0c9054e 100644 --- a/conntrackd.8 +++ b/conntrackd.8 @@ -41,6 +41,10 @@ Flush the internal and/or external cache Flush the kernel conntrack table (if you use a Linux kernel >= 2.6.29, this option will not flush your internal and external cache). .TP +.BI "-B " +Force a bulk send to other replica firewalls. With this command, you will +ask conntrackd to send the state-entries that it owns to others. +.TP .BI "-k " Kill the daemon .TP |