* [PATCH] trivial patch for TCPLAG iptables version
@ 2005-03-16 13:07 Torsten Luettgert
2005-03-16 14:41 ` Patrick McHardy
0 siblings, 1 reply; 2+ messages in thread
From: Torsten Luettgert @ 2005-03-16 13:07 UTC (permalink / raw)
To: Netfilter-Devel
[-- Attachment #1: Type: text/plain, Size: 363 bytes --]
Hi,
iptables/extensions/libipt_TCPLAG.c from svn requires
iptables version 1.2.3 in its struct iptables_target, so
the TCPLAG target cannot be used from iptables other than
1.2.3.
The attached trivial patch sets .version to IPTABLES_VERSION,
just as all the other libipt_*.c matches have.
Regards,
Torsten Lüttgert <t.luettgert@pressestimmen.de>
[-- Attachment #2: TCPLAG.patch --]
[-- Type: text/x-patch, Size: 376 bytes --]
--- extensions/libipt_TCPLAG.c (revision 3795)
+++ extensions/libipt_TCPLAG.c (working copy)
@@ -195,7 +195,7 @@
{
next: 0,
name: "TCPLAG",
-version: "1.2.3",
+version: IPTABLES_VERSION,
size: IPT_ALIGN( sizeof( struct ipt_tcplag )),
userspacesize: IPT_ALIGN( sizeof( struct ipt_tcplag )),
help: &help,
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] trivial patch for TCPLAG iptables version
2005-03-16 13:07 [PATCH] trivial patch for TCPLAG iptables version Torsten Luettgert
@ 2005-03-16 14:41 ` Patrick McHardy
0 siblings, 0 replies; 2+ messages in thread
From: Patrick McHardy @ 2005-03-16 14:41 UTC (permalink / raw)
To: Torsten Luettgert; +Cc: Netfilter-Devel
Torsten Luettgert wrote:
> Hi,
>
> iptables/extensions/libipt_TCPLAG.c from svn requires
> iptables version 1.2.3 in its struct iptables_target, so
> the TCPLAG target cannot be used from iptables other than
> 1.2.3.
>
> The attached trivial patch sets .version to IPTABLES_VERSION,
> just as all the other libipt_*.c matches have.
>
Applied, thanks Torsten.
Regards
Patrick
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-03-16 14:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-16 13:07 [PATCH] trivial patch for TCPLAG iptables version Torsten Luettgert
2005-03-16 14:41 ` Patrick McHardy
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.