in include/linux/netfilter_ipv4/ip_conntrack.h replace the following line:
 
extern inline void ip_conntrack_put(struct ip_conntrack *ct);
 
for this:
 
extern void ip_conntrack_put(struct ip_conntrack *ct);
 
 
Alexandre Fenzke
----- Original Message -----
From: Jörgen Bilander
To: tproxy@lists.balabit.hu
Sent: Monday, October 03, 2005 7:01 AM
Subject: [tproxy] 'ip_conntrack_put': function body not available

hi! Hope someone can help me out here, tried compiling a kernel-source-2.6.12.6-2tr patched with cttproxy-2.6.12-2.0.2. When compiling I get this error message. Does anyone now a workaround for this problem?

 

tia,

Jörgen

 

 

CC [M]  net/ipv4/netfilter/iptable_filter.o

  CC [M]  net/ipv4/netfilter/iptable_mangle.o

  LD [M]  net/ipv4/netfilter/iptable_nat.o

  CC [M]  net/ipv4/netfilter/iptable_tproxy.o

net/ipv4/netfilter/iptable_tproxy.c: In function `ip_tproxy_kill_related':

include/linux/netfilter_ipv4/ip_conntrack.h:261: sorry, unimplemented: inlining failed in call to 'ip_conntrack_put': function body not available

net/ipv4/netfilter/iptable_tproxy.c:458: sorry, unimplemented: called from here

make[3]: *** [net/ipv4/netfilter/iptable_tproxy.o] Error 1

make[2]: *** [net/ipv4/netfilter] Error 2

make[1]: *** [net/ipv4] Error 2

make: *** [net] Error 2


_______________________________________________
tproxy mailing list
tproxy@lists.balabit.hu
https://lists.balabit.hu/mailman/listinfo/tproxy