x86 allmodconfig:
bix:/usr/src/25> make net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.o
CC net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.o
net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c: In function `ipv6_conntrack_in':
net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c:254: error: structure has no
member named `nfct_reasm'
Because:
#if defined(CONFIG_NF_CONNTRACK) || defined(CONFIG_NF_CONNTRACK_MODULE)
struct sk_buff *nfct_reasm;
#endif
and
bix:/usr/src/25> grep CONNTRACK .config
CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m
CONFIG_IP_NF_CONNTRACK=m
CONFIG_IP_NF_CONNTRACK_MARK=y
CONFIG_IP_NF_CONNTRACK_EVENTS=y
CONFIG_IP_NF_CONNTRACK_NETLINK=m
I would naively expect that the above CONFIG_NF_CONNTRACK should be
CONFIG_IP_NF_CONNTRACK but it's scary in there.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html