]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
No ipt in xt
authorJan Engelhardt <jengelh@medozas.de>
Thu, 4 Oct 2007 16:26:33 +0000 (16:26 +0000)
committerPatrick McHardy <kaber@trash.net>
Thu, 4 Oct 2007 16:26:33 +0000 (16:26 +0000)
Cease using ipt_entry_match (replaced by xt_entry_match).

Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
extensions/libxt_connlimit.c

index 58faa11cf527f532681b428b807f3cde66cec412..434eab213e003acd78b168aea04e7e3b41091569 100644 (file)
@@ -24,7 +24,7 @@ static const struct option connlimit_opts[] = {
        {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;