]> Pileus Git - ~andy/linux/blobdiff - net/ipv6/netfilter/ip6t_mh.c
[NETFILTER]: nfnetlink: convert to generic netlink attribute functions
[~andy/linux] / net / ipv6 / netfilter / ip6t_mh.c
index e94fdd82f28488bba458f8ba15beb9caf65e5891..0fa714092dc948a0b0c29801f9597884839ba611 100644 (file)
@@ -89,7 +89,7 @@ mh_checkentry(const char *tablename,
        return !(mhinfo->invflags & ~IP6T_MH_INV_MASK);
 }
 
-static struct xt_match mh_match = {
+static struct xt_match mh_match __read_mostly = {
        .name           = "mh",
        .family         = AF_INET6,
        .checkentry     = mh_checkentry,