Package: iptables
Version: 1.3.6.0debian1-5
Something like the following patch is required due to the xt_*
reorganization in the kernel.
---
iptables-1.3.6.0debian1.orig/iptables/include/linux/netfilter_ipv4/ipt_connlimit.h
+++
iptables-1.3.6.0debian1/iptables/include/linux/netfilter_ipv4/ipt_connlimit.h
@@ -4,9 +4,10 @@
struct ipt_connlimit_data;
struct ipt_connlimit_info {
+ u_int32_t mask;
+ u_int32_t pad[3]; /* room for IPv6 compatibility */
int limit;
int inverse;
- u_int32_t mask;
struct ipt_connlimit_data *data;
};
#endif /* _IPT_CONNLIMIT_H */
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]