All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] connbytes match connbytes-direction argument
@ 2005-12-15  1:57 Phil Oester
  2005-12-15  2:05 ` Patrick McHardy
  0 siblings, 1 reply; 3+ messages in thread
From: Phil Oester @ 2005-12-15  1:57 UTC (permalink / raw)
  To: netfilter-devel

[-- 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}
 };

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] connbytes match connbytes-direction argument
  2005-12-15  1:57 [PATCH] connbytes match connbytes-direction argument Phil Oester
@ 2005-12-15  2:05 ` Patrick McHardy
  2005-12-15  2:24   ` Phil Oester
  0 siblings, 1 reply; 3+ messages in thread
From: Patrick McHardy @ 2005-12-15  2:05 UTC (permalink / raw)
  To: Phil Oester; +Cc: netfilter-devel

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

In the version I have both the help text and the manpage only
mention --connbytes-dir.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] connbytes match connbytes-direction argument
  2005-12-15  2:05 ` Patrick McHardy
@ 2005-12-15  2:24   ` Phil Oester
  0 siblings, 0 replies; 3+ messages in thread
From: Phil Oester @ 2005-12-15  2:24 UTC (permalink / raw)
  To: Patrick McHardy; +Cc: netfilter-devel

On Thu, Dec 15, 2005 at 03:05:18AM +0100, Patrick McHardy wrote:
> Phil Oester wrote:
> >Connbytes match should accept the full connbytes-direction argument
> >as the help notes.  At present, it only accepts 'connbytes-dir'.
> >This closes bugzilla #410.
> 
> In the version I have both the help text and the manpage only
> mention --connbytes-dir.

Yup, this was fixed on 12/5...appologies for the noise.

Phil

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-12-15  2:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-15  1:57 [PATCH] connbytes match connbytes-direction argument Phil Oester
2005-12-15  2:05 ` Patrick McHardy
2005-12-15  2:24   ` Phil Oester

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.