summaryrefslogtreecommitdiffstats
path: root/conntrackd.8
diff options
context:
space:
mode:
authorAdrian Bridgett <adrian@smop.co.uk>2012-03-20 13:02:54 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2012-03-20 13:02:54 +0100
commit36da3b40b821452d2d4607928ce54ced707541df (patch)
tree2e924218d47dc922d54936ddc01b0b4567f450aa /conntrackd.8
parent1de3034f8c4f597cbe4be35b2f84e2848e46e64e (diff)
src: manpage and help display improvements
This patch adds missing information regarding several conntrackd options to the manpage and the help info that is displayed in the command line. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'conntrackd.8')
-rw-r--r--conntrackd.810
1 files changed, 10 insertions, 0 deletions
diff --git a/conntrackd.8 b/conntrackd.8
index f07ad7a..131a7ac 100644
--- a/conntrackd.8
+++ b/conntrackd.8
@@ -41,10 +41,16 @@ 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 "-c "
+Commit external cache to conntrack table.
+.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 "-n "
+Request resync with other node (only FT-FW and NOTRACK modes).
+.TP
.BI "-k "
Kill the daemon
.TP
@@ -69,6 +75,10 @@ Display version information.
.TP
.BI "-h "
Display help information.
+.TP
+.BI "-C config file"
+Configuration file path.
+.TP
.SH DIAGNOSTICS
The exit code is 0 for correct function. Errors cause an exit code of 1.
.SH EXAMPLES