diff options
author | Cornelia Huck <cornelia.huck@de.ibm.com> | 2007-07-18 09:38:32 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2007-07-18 09:38:32 (GMT) |
commit | 3fd8f9e4b6c184d03d340bc86630f700de967fa8 (patch) | |
tree | 3871aff306c88d7c29f82ddc955568e9bb039d66 /net/ipv4/tcp_yeah.c | |
parent | ebd61cc042b16e6cf2486aafbfff9e4be8c213ee (diff) | |
download | linux-fsl-qoriq-3fd8f9e4b6c184d03d340bc86630f700de967fa8.tar.xz |
[NETFILTER]: xt_connlimit needs to depend on nf_conntrack
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@de.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp_yeah.c')
0 files changed, 0 insertions, 0 deletions