* manpage fixes for conntrack-tools
@ 2012-03-19 23:54 Adrian Bridgett
2012-03-20 12:09 ` Pablo Neira Ayuso
0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bridgett @ 2012-03-19 23:54 UTC (permalink / raw)
To: netfilter-devel
[-- Attachment #1: Type: text/plain, Size: 249 bytes --]
I see that the netfilter-failover list is closed, hence the post here
(I'll also send it the Ubuntu maintainer).
Just a few fixes to sync the manpages and binaries with each other
(there are some key commands missing otherwise).
Thanks,
Adrian
[-- Attachment #2: conntrack-tools.diff --]
[-- Type: text/x-patch, Size: 2377 bytes --]
diff -Naur conntrack-tools-1.0.0.orig/conntrack.8 conntrack-tools-1.0.0/conntrack.8
--- conntrack-tools-1.0.0.orig/conntrack.8 2011-02-17 16:42:52.000000000 +0000
+++ conntrack-tools-1.0.0/conntrack.8 2012-03-19 23:43:38.869954690 +0000
@@ -6,17 +6,17 @@
.SH NAME
conntrack \- command line interface for netfilter connection tracking
.SH SYNOPSIS
-.BR "conntrack -L [table] [-z]"
+.BR "conntrack -L [table] [options] [-z]"
.br
.BR "conntrack -G [table] parameters"
.br
-.BR "conntrack -D [table] paramaters"
+.BR "conntrack -D [table] parameters"
.br
.BR "conntrack -I [table] parameters"
.br
.BR "conntrack -U [table] parameters"
.br
-.BR "conntrack -E [table] parameters"
+.BR "conntrack -E [table] [options]"
.br
.BR "conntrack -F [table]"
.br
diff -Naur conntrack-tools-1.0.0.orig/conntrackd.8 conntrack-tools-1.0.0/conntrackd.8
--- conntrack-tools-1.0.0.orig/conntrackd.8 2009-12-23 23:22:43.000000000 +0000
+++ conntrack-tools-1.0.0/conntrackd.8 2012-03-19 23:48:43.948131196 +0000
@@ -41,10 +41,16 @@
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
@@ -67,6 +73,10 @@
.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
diff -Naur conntrack-tools-1.0.0.orig/src/main.c conntrack-tools-1.0.0/src/main.c
--- conntrack-tools-1.0.0.orig/src/main.c 2009-07-21 13:18:37.000000000 +0100
+++ conntrack-tools-1.0.0/src/main.c 2012-03-19 23:50:22.934104850 +0000
@@ -47,6 +47,7 @@
" -s [|network|cache|runtime|link|rsqueue|queue], dump statistics\n"
" -R, resync with kernel conntrack table\n"
" -n, request resync with other node (only FT-FW and NOTRACK modes)\n"
+ " -B, force a bulk send to other replica firewalls\n"
" -x, dump cache in XML format (requires -i or -e)\n"
" -t, reset the kernel timeout (see PurgeTimeout clause)\n"
" -v, display conntrackd version\n"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-03-20 12:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-19 23:54 manpage fixes for conntrack-tools Adrian Bridgett
2012-03-20 12:09 ` Pablo Neira Ayuso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).