[NETFILTER]: Introduce NF_INET_ hook values
[deliverable/linux.git] / net / ipv6 / netfilter / ip6t_owner.c
index 6036613aef368789a6e4fe69de0c0be3e0b43000..1e0dc4a972cf5cc57fe61388df2728337633131e 100644 (file)
@@ -73,7 +73,8 @@ static struct xt_match owner_match __read_mostly = {
        .family         = AF_INET6,
        .match          = match,
        .matchsize      = sizeof(struct ip6t_owner_info),
-       .hooks          = (1 << NF_IP6_LOCAL_OUT) | (1 << NF_IP6_POST_ROUTING),
+       .hooks          = (1 << NF_INET_LOCAL_OUT) |
+                         (1 << NF_INET_POST_ROUTING),
        .checkentry     = checkentry,
        .me             = THIS_MODULE,
 };
This page took 0.028642 seconds and 5 git commands to generate.