All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adrian Bridgett <adrian@smop.co.uk>
To: netfilter-devel@vger.kernel.org
Subject: manpage fixes for conntrack-tools
Date: Mon, 19 Mar 2012 23:54:14 +0000	[thread overview]
Message-ID: <4F67C726.9090305@smop.co.uk> (raw)

[-- 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"

             reply	other threads:[~2012-03-20  0:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-19 23:54 Adrian Bridgett [this message]
2012-03-20 12:09 ` manpage fixes for conntrack-tools Pablo Neira Ayuso

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F67C726.9090305@smop.co.uk \
    --to=adrian@smop.co.uk \
    --cc=netfilter-devel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.