[netfilter-cvslog] r7058 - trunk/iptables/extensions

kaber at trash.net kaber at trash.net
Thu Oct 4 18:26:33 CEST 2007


Author: kaber at trash.net
Date: 2007-10-04 18:26:33 +0200 (Thu, 04 Oct 2007)
New Revision: 7058

Modified:
   trunk/iptables/extensions/libxt_connlimit.c
Log:
[PATCH 06/13] No ipt in xt

Cease using ipt_entry_match (replaced by xt_entry_match).

Signed-off-by: Jan Engelhardt <jengelh at gmx.de>


Modified: trunk/iptables/extensions/libxt_connlimit.c
===================================================================
--- trunk/iptables/extensions/libxt_connlimit.c	2007-10-04 16:25:58 UTC (rev 7057)
+++ trunk/iptables/extensions/libxt_connlimit.c	2007-10-04 16:26:33 UTC (rev 7058)
@@ -24,7 +24,7 @@
 	{NULL},
 };
 
-static void connlimit_init(struct ipt_entry_match *match)
+static void connlimit_init(struct xt_entry_match *match)
 {
 	struct xt_connlimit_info *info = (void *)match->data;
 	info->v4_mask = 0xFFFFFFFFUL;




More information about the netfilter-cvslog mailing list