]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/ipv6/netfilter/ip6t_MARK.c
[NETFILTER]: Add "revision" support to arp_tables and ip6_tables
[karo-tx-linux.git] / net / ipv6 / netfilter / ip6t_MARK.c
index 81924fcc5857afd71f571cdda023448ef2d7931e..0c7584f92172c8d961a5a0f938e0557b66812793 100644 (file)
@@ -56,8 +56,12 @@ checkentry(const char *tablename,
        return 1;
 }
 
-static struct ip6t_target ip6t_mark_reg
-= { { NULL, NULL }, "MARK", target, checkentry, NULL, THIS_MODULE };
+static struct ip6t_target ip6t_mark_reg = {
+       .name           = "MARK",
+       .target         = target,
+       .checkentry     = checkentry,
+       .me             = THIS_MODULE
+};
 
 static int __init init(void)
 {