All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Karel Rericha <karel@maxtel.cz>
Cc: netfilter@vger.kernel.org
Subject: Re: [ANNOUNCE] conntrack-tools 0.9.8 released
Date: Wed, 22 Oct 2008 15:15:02 +0200	[thread overview]
Message-ID: <48FF2756.4000804@netfilter.org> (raw)
In-Reply-To: <5b19ed110810220524q4f5520a3r58bc02d89ccb69a2@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 715 bytes --]

Karel Rericha wrote:
> 2008/10/22 Pablo Neira Ayuso <pablo@netfilter.org>:
> 
>> When you mean "delete all marks", you refer to resetting the connection
>> marks to zero? This command should be enough.
> 
> Yes, resetting all marks to zero, sry for not being clear enough.

Never mind.

>> # conntrack -U -m 0

This is only supported by conntrack-tools >= 0.9.7 as you have noticed.

> Works great from conntrack-tools 0.9.7 (0.9.6 complains about missing
> parameters), "man conntrack" does not show -U command and thats why I
> missed it. "conntrack --help" shows much more information.

I have committed the following patch. Thank you for the report.

-- 
"Los honestos son inadaptados sociales" -- Les Luthiers

[-- Attachment #2: x --]
[-- Type: text/plain, Size: 838 bytes --]

diff --git a/conntrack.8 b/conntrack.8
index bfb2de0..cbf8434 100644
--- a/conntrack.8
+++ b/conntrack.8
@@ -1,4 +1,4 @@
-.TH CONNTRACK 8 "May 6, 2007" "" ""
+.TH CONNTRACK 8 "Oct 22, 2008" "" ""
 
 .\" Man page written by Harald Welte <laforge@netfilter.org (Jun 2005)
 .\" Maintained by Pablo Neira Ayuso <pablo@netfilter.org (May 2007)
@@ -14,6 +14,8 @@ conntrack \- command line interface for netfilter connection tracking
 .br
 .BR "conntrack -I [table] parameters"
 .br
+.BR "conntrack -U [table] parameters"
+.br
 .BR "conntrack -E [table] parameters"
 .br
 .BR "conntrack -F [table]"
@@ -62,6 +64,9 @@ Delete an entry from the given table.
 .BI "-I, --create "
 Create a new entry from the given table.
 .TP
+.BI "-U, --update "
+Update an entry from the given table.
+.TP
 .BI "-E, --event "
 Display a real-time event log.
 .TP

  reply	other threads:[~2008-10-22 13:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-21 19:25 [ANNOUNCE] conntrack-tools 0.9.8 released Pablo Neira Ayuso
2008-10-22 10:25 ` Karel Rericha
2008-10-22 11:10   ` Pablo Neira Ayuso
2008-10-22 12:24     ` Karel Rericha
2008-10-22 13:15       ` Pablo Neira Ayuso [this message]
2008-10-29 13:51 ` Bryan Duff
2008-10-29 15:03   ` 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=48FF2756.4000804@netfilter.org \
    --to=pablo@netfilter.org \
    --cc=karel@maxtel.cz \
    --cc=netfilter@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.