[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20070718.023923.124552237.davem@davemloft.net>
Date: Wed, 18 Jul 2007 02:39:23 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: cornelia.huck@...ibm.com
Cc: linux-netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
netfilter-devel@...ts.netfilter.org, jengelh@...ux01.gwdg.de,
kaber@...sh.net
Subject: Re: [PATCH] netfilter: xt_connlimit needs to depend on nf_conntrack
From: Cornelia Huck <cornelia.huck@...ibm.com>
Date: Mon, 16 Jul 2007 12:53:52 +0200
> Subject: [PATCH] netfilter: xt_connlimit needs to depend on nf_conntrack
> From: Cornelia Huck <cornelia.huck@...ibm.com>
> To: <linux-netdev@...r.kernel.org>
> Cc: <linux-kernel@...r.kernel.org>, netfilter-devel@...ts.netfilter.org,
> "David S. Miller" <davem@...emloft.net>,
> Jan Engelhardt <jengelh@...ux01.gwdg.de>,
> Patrick McHardy <kaber@...sh.net>
> Date: Mon, 16 Jul 2007 12:53:52 +0200
> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.13; i486-pc-linux-gnu)
> Organization: IBM Deutschland Entwicklung GmbH
>
> With NF_CONNTRACK=n, NETFILTER_XT_MATCH_CONNLIMIT=m I get the
> following errors on current git:
>
> CC [M] net/netfilter/xt_connlimit.o
> In file included from net/netfilter/xt_connlimit.c:27:
> include/net/netfilter/nf_conntrack.h:100: error: field 'ct_general' has incomplete type
> include/net/netfilter/nf_conntrack.h: In function 'nf_ct_get':
> include/net/netfilter/nf_conntrack.h:164: error: 'const struct sk_buff' has no member named 'nfct'
> include/net/netfilter/nf_conntrack.h: In function 'nf_ct_put':
> include/net/netfilter/nf_conntrack.h:171: warning: implicit declaration of function 'nf_conntrack_put'
> include/net/netfilter/nf_conntrack.h: In function 'nf_ct_is_untracked':
> include/net/netfilter/nf_conntrack.h:253: error: 'const struct sk_buff' has no member named 'nfct'
> In file included from net/netfilter/xt_connlimit.c:28:
> include/net/netfilter/nf_conntrack_core.h: In function 'nf_conntrack_confirm':
> include/net/netfilter/nf_conntrack_core.h:68: error: 'struct sk_buff' has no member named 'nfct'
>
> Adding a dependency in Kconfig fixes this.
>
> Signed-off-by: Cornelia Huck <cornelia.huck@...ibm.com>
Applied, thanks.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists