Re: [PATCH] [IPROUTE2] IPT action compatibility with iptables 1.4.0

2007-12-31 Thread Stephen Hemminger
On Mon, 24 Dec 2007 11:55:05 -0500 jamal <[EMAIL PROTECTED]> wrote: > > Stephen, > > Please apply this patch from Denys Fedoryshchenko to make the ipt action > work with latest iptables. > > cheers, > jamal > applied and pushed -- Stephen Hemminger <[EMAIL PROTECTED]> -- To unsubscribe from

Re: [PATCH] [IPROUTE2] IPT action compatibility with iptables 1.4.0

2007-12-25 Thread Denys Fedoryshchenko
I will try to be more careful on patches formatting. I am newbie to this. And thanks for all responding on christmas :-) Usually all people N/A at this time. It seems 2.6.24-rc6 + iptables 1.4.0 + iproute2-git working fine now. On Mon, 24 Dec 2007 12:57:32 -0500, jamal wrote > On Mon, 2007-24-1

Re: [PATCH] [IPROUTE2] IPT action compatibility with iptables 1.4.0

2007-12-24 Thread jamal
On Mon, 2007-24-12 at 09:48 -0800, Stephen Hemminger wrote: > On Mon, 24 Dec 2007 11:55:05 -0500 > Is this backwards compatible with older kernels? Yes. Denys change adds forward compat (although iptables in 1.4 is not fully backward compatible). cheers, jamal -- To unsubscribe from this list:

Re: [PATCH] [IPROUTE2] IPT action compatibility with iptables 1.4.0

2007-12-24 Thread Stephen Hemminger
On Mon, 24 Dec 2007 11:55:05 -0500 jamal <[EMAIL PROTECTED]> wrote: > > Stephen, > > Please apply this patch from Denys Fedoryshchenko to make the ipt action > work with latest iptables. > > cheers, > jamal > Is this backwards compatible with older kernels? -- Stephen Hemminger <[EMAIL PROT

[PATCH] [IPROUTE2] IPT action compatibility with iptables 1.4.0

2007-12-24 Thread jamal
Stephen, Please apply this patch from Denys Fedoryshchenko to make the ipt action work with latest iptables. cheers, jamal New iptables 1.4.0 has some library names changed from libipt to libxt. It is prefferable also to open libxt_ first, as newer "style". Signed-off-by: Denys Fedoryshchenko