]> err.no Git - linux-2.6/blobdiff - net/ipv6/netfilter/ip6t_eui64.c
[8021Q]: vlan_ioctl_handler: fix return value
[linux-2.6] / net / ipv6 / netfilter / ip6t_eui64.c
index 2af99fc6bdc936448eb6540f3639b71128943208..34ba150bfe5d9089e65301a47648a31747de73ba 100644 (file)
@@ -62,7 +62,7 @@ match(const struct sk_buff *skb,
        return false;
 }
 
-static struct xt_match eui64_match = {
+static struct xt_match eui64_match __read_mostly = {
        .name           = "eui64",
        .family         = AF_INET6,
        .match          = match,