Cease using ipt_entry_match (replaced by xt_entry_match). Signed-off-by: Jan Engelhardt <jengelh@xxxxxx> --- extensions/libxt_connlimit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: iptables/extensions/libxt_connlimit.c =================================================================== --- iptables.orig/extensions/libxt_connlimit.c +++ iptables/extensions/libxt_connlimit.c @@ -24,7 +24,7 @@ static const struct option connlimit_opt {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; - To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html