TCPLAG still requires iptables version 1.2.3
Torsten Luettgert
t.luettgert at pressestimmen.de
Fri Mar 11 12:39:27 CET 2005
Hi,
iptables/extensions/libipt_TCPLAG.c requires the iptables version
to be 1.2.3 and thus will compile, but not run:
static struct iptables_target targ =
{
next: 0,
name: "TCPLAG",
version: "1.2.3",
size: IPT_ALIGN( sizeof( struct ipt_tcplag )),
...
Changing "1.2.3" to IPTABLES_VERSION does the trick.
Could you change this in svn please?
Thanks,
Torsten Lüttgert <t.luettgert at pressestimmen.de>
More information about the netfilter-devel
mailing list