All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] conntrack match typo
@ 2004-08-21 21:54 Phil Oester
  2004-08-23 18:42 ` Patrick McHardy
  0 siblings, 1 reply; 3+ messages in thread
From: Phil Oester @ 2004-08-21 21:54 UTC (permalink / raw)
  To: netfilter-devel

Status option should use IPT_CONNTRACK_STATUS, not IPT_CONNTRACK_STATE.
Originally noticed by M. J. Pomraning. 

This fixes bug #194

Phil
 

diff -ru ipt-orig/extensions/libipt_conntrack.c ipt-new/extensions/libipt_conntrack.c
--- ipt-orig/extensions/libipt_conntrack.c      2004-06-14 18:02:17.000000000 -0400
+++ ipt-new/extensions/libipt_conntrack.c       2004-08-21 17:51:05.507406408 -0400
@@ -492,7 +492,7 @@
 
        if(sinfo->flags & IPT_CONNTRACK_STATUS) {
                printf("%sctstatus ", optpfx);
-               if (sinfo->invflags & IPT_CONNTRACK_STATE)
+               if (sinfo->invflags & IPT_CONNTRACK_STATUS)
                        printf("! ");
                print_status(sinfo->statusmask);
        }

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

* [PATCH] conntrack match typo
@ 2004-08-21 21:56 Phil Oester
  0 siblings, 0 replies; 3+ messages in thread
From: Phil Oester @ 2004-08-21 21:56 UTC (permalink / raw)
  To: netfilter-devel

Status option should use IPT_CONNTRACK_STATUS, not IPT_CONNTRACK_STATE.
Originally noticed by M. J. Pomraning. 

This fixes bug #194 

Phil


diff -ru ipt-orig/extensions/libipt_conntrack.c ipt-new/extensions/libipt_conntrack.c
--- ipt-orig/extensions/libipt_conntrack.c      2004-06-14 18:02:17.000000000 -0400
+++ ipt-new/extensions/libipt_conntrack.c       2004-08-21 17:51:05.507406408 -0400
@@ -492,7 +492,7 @@
 
        if(sinfo->flags & IPT_CONNTRACK_STATUS) {
                printf("%sctstatus ", optpfx);
-               if (sinfo->invflags & IPT_CONNTRACK_STATE)
+               if (sinfo->invflags & IPT_CONNTRACK_STATUS)
                        printf("! ");
                print_status(sinfo->statusmask);
        }

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

* Re: [PATCH] conntrack match typo
  2004-08-21 21:54 [PATCH] conntrack match typo Phil Oester
@ 2004-08-23 18:42 ` Patrick McHardy
  0 siblings, 0 replies; 3+ messages in thread
From: Patrick McHardy @ 2004-08-23 18:42 UTC (permalink / raw)
  To: Phil Oester; +Cc: netfilter-devel

Phil Oester wrote:

>Status option should use IPT_CONNTRACK_STATUS, not IPT_CONNTRACK_STATE.
>Originally noticed by M. J. Pomraning. 
>
>This fixes bug #194
>  
>
Applied, thanks.

Regards
Patrick

>Phil
> 
>
>diff -ru ipt-orig/extensions/libipt_conntrack.c ipt-new/extensions/libipt_conntrack.c
>--- ipt-orig/extensions/libipt_conntrack.c      2004-06-14 18:02:17.000000000 -0400
>+++ ipt-new/extensions/libipt_conntrack.c       2004-08-21 17:51:05.507406408 -0400
>@@ -492,7 +492,7 @@
> 
>        if(sinfo->flags & IPT_CONNTRACK_STATUS) {
>                printf("%sctstatus ", optpfx);
>-               if (sinfo->invflags & IPT_CONNTRACK_STATE)
>+               if (sinfo->invflags & IPT_CONNTRACK_STATUS)
>                        printf("! ");
>                print_status(sinfo->statusmask);
>        }
>
>  
>

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

end of thread, other threads:[~2004-08-23 18:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-21 21:54 [PATCH] conntrack match typo Phil Oester
2004-08-23 18:42 ` Patrick McHardy
  -- strict thread matches above, loose matches on Subject: below --
2004-08-21 21:56 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.