Linux Netfilter discussions
 help / color / mirror / Atom feed
* iptables 1.3.7 doesn't properly test for condition patch
@ 2007-05-28 11:20 Andrew Schulman
  2007-05-29 10:34 ` Andrew Schulman
  0 siblings, 1 reply; 5+ messages in thread
From: Andrew Schulman @ 2007-05-28 11:20 UTC (permalink / raw)
  To: netfilter-wool9L35kiczKOhml7GhPkB+6BGkLq7r

I have kernel 2.6.21, iptables 1.3.7, and pom-ng 20070527.  I run

./runme --download --batch condition

and the patch applies successfully.  But when I build iptables, the
condition extension isn't included.  This is because
iptables-1.3.7/extensions/.condition-test tests for the existence of

$KERNEL_DIR/include/linux/netfilter_ipv4/ipt_condition.h

But the condition patch doesn't create that file any more; it now creates

$KERNEL_DIR/include/linux/netfilter/xt_condition.h

I guess that .condition-test needs to check for the kernel version that
it's being built against before deciding which header file it wants to look
for.

Thanks,
Andrew.



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-07-14 22:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-28 11:20 iptables 1.3.7 doesn't properly test for condition patch Andrew Schulman
2007-05-29 10:34 ` Andrew Schulman
2007-05-29 20:33   ` Jan Engelhardt
2007-05-30 15:25     ` Pablo Neira Ayuso
2007-07-14 22:17       ` Massimiliano Hofer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox