Replying to Marcelo Tosatti:
>
> Hi,
>
> No more big patches for 2.4.18, please... We are getting close to the -rc
> stage.
We all getting close to another bug. Maybe.
Beat me if I am wrong, but netfilter_ipv4.h update (route_me_harder) break
userland iptables compile process.
I am now worked around with following, but it is completely untested, also
sent to harald welte and I suggest further comments from him - fix the
userspace, kernel, or ...
--- linux/include/linux/netfilter_ipv4.h Tue Feb 5 01:06:27 2002
+++ linux-kg/include/linux/netfilter_ipv4.h Tue Feb 5 01:12:34 2002
@@ -73,6 +73,7 @@
/* 2.4 firewalling went 64 through 67. */
#define SO_ORIGINAL_DST 80
+#ifdef __KERNEL__
/* route_me_harder function, used by iptable_nat, iptable_mangle + ip_queue
*
@@ -149,5 +150,7 @@
return err;
}
+
+#endif
#endif /*__LINUX_IP_NETFILTER_H*/
-- Paul P 'Stingray' Komkoff 'Greatest' Jr // (icq)23200764 // (irc)Spacebar PPKJ1-RIPE // (smtp)i@stingr.net // (http)stingr.net // (pgp)0xA4B4ECA4 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Thu Feb 07 2002 - 21:00:38 EST