All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pablo Neira <pablo@eurodev.net>
To: netfilter-devel@lists.netfilter.org
Subject: [Fwd: netfilter.diff resend]
Date: Wed, 17 Mar 2004 14:23:40 +0100	[thread overview]
Message-ID: <4058515C.5030803@eurodev.net> (raw)

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

Hi,

Sergio Montero resent a netfilter's related patch to the linux-net 
maillist which fixes a circular dependency in 2.4 branch. It's not 
serious. Anyway, can someone confirm that the patch is ok?

thanks,
Pablo

P.S: actually i'm not sure if forwarding this email is the correct 
thing, if it's not, please let me know.

[-- Attachment #2: netfilter.diff resend --]
[-- Type: message/rfc822, Size: 3644 bytes --]

[-- Attachment #2.1.1: Type: text/plain, Size: 1105 bytes --]

Hi

Can you apply this patch into kernel-2.4.2x ? for work with IP
Masquerade.

Reference:
http://lists.netfilter.org/pipermail/netfilter-devel/2002-November/009928.html

In begin, I apply this patch on redhat 7.3 box and thought this is a
specific problem of RedHat compiler, but I see exactly the same 
dependency dropped on a slackware-9.1 with kernel 2.4.25 and gcc3.3, do
me a favor and apply this mini patch.


On Wed, 2004-03-17 at 01:44, David S. Miller wrote: 
> On Tue, 16 Mar 2004 23:06:10 +0000
> Sérgio Monteiro Basto <sergiomb@netcabo.pt> wrote:
> 
> > Marcelo can you apply this patch? for work with IP Masquerade.
> 
> How come the netfilter people have not submitted this patch?
> I've never had any problems with the netfilter maintainers
> being puntual and sending me the patches that do need to be
> included.  So please contact Harald Welte and ask him to
> submit the patch if you think it's important.
> 
> Also, please use netdev@oss.sgi.com or linux-net@vger.kernel.org
> for networking patches and discussion, most net folks don't watch
> linux-kernel, thanks.
-- 
Sérgio M. B.

[-- Attachment #2.1.2: netfilter.diff --]
[-- Type: text/x-patch, Size: 413 bytes --]

--- 2.4.20/include/linux/netfilter_ipv4/ip_conntrack.h.orig	Sat May 31 23:22:01 2003
+++ 2.4.20+/include/linux/netfilter_ipv4/ip_conntrack.h	Sun Jun  1 00:11:03 2003
@@ -156,7 +156,8 @@
 	union ip_conntrack_expect_help help;
 };
 
-#include <linux/netfilter_ipv4/ip_conntrack_helper.h>
+struct ip_conntrack_helper;
+
 struct ip_conntrack
 {
 	/* Usage count in here is 1 for hash table/destruct timer, 1 per skb,

                 reply	other threads:[~2004-03-17 13:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=4058515C.5030803@eurodev.net \
    --to=pablo@eurodev.net \
    --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.