All of lore.kernel.org
 help / color / mirror / Atom feed
From: Phil Oester <kernel@linuxace.com>
To: netfilter-devel@lists.netfilter.org
Subject: [PATCH] connbytes match connbytes-direction argument
Date: Wed, 14 Dec 2005 17:57:48 -0800	[thread overview]
Message-ID: <20051215015748.GA6699@linuxace.com> (raw)

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

Connbytes match should accept the full connbytes-direction argument
as the help notes.  At present, it only accepts 'connbytes-dir'.
This closes bugzilla #410.

Phil



[-- Attachment #2: patch-connbytes --]
[-- Type: text/plain, Size: 359 bytes --]

--- ipt-orig/extensions/libipt_connbytes.c	2005-12-05 04:08:03.000000000 -0800
+++ ipt-new/extensions/libipt_connbytes.c	2005-12-14 17:44:38.000000000 -0800
@@ -22,7 +22,7 @@
 
 static struct option opts[] = {
 	{ "connbytes", 1, 0, '1' },
-	{ "connbytes-dir", 1, 0, '2' },
+	{ "connbytes-direction", 1, 0, '2' },
 	{ "connbytes-mode", 1, 0, '3' },
 	{0}
 };

             reply	other threads:[~2005-12-15  1:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-15  1:57 Phil Oester [this message]
2005-12-15  2:05 ` [PATCH] connbytes match connbytes-direction argument Patrick McHardy
2005-12-15  2:24   ` Phil Oester

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=20051215015748.GA6699@linuxace.com \
    --to=kernel@linuxace.com \
    --cc=netfilter-devel@lists.netfilter.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.