summaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter/ip6table_mangle.c
diff options
context:
space:
mode:
authorJan Engelhardt2009-06-13 06:25:44 +0200
committerJan Engelhardt2009-08-10 13:35:23 +0200
commitf88e6a8a50a603f8347343e75d035889784a507c (patch)
treeedc6de5f0b937f87bfa7c817c08907a1afe4a04d /net/ipv6/netfilter/ip6table_mangle.c
parentnetfilter: xtables: switch hook PFs to nfproto (diff)
downloadkernel-qcow2-linux-f88e6a8a50a603f8347343e75d035889784a507c.tar.gz
kernel-qcow2-linux-f88e6a8a50a603f8347343e75d035889784a507c.tar.xz
kernel-qcow2-linux-f88e6a8a50a603f8347343e75d035889784a507c.zip
netfilter: xtables: switch table AFs to nfproto
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'net/ipv6/netfilter/ip6table_mangle.c')
-rw-r--r--net/ipv6/netfilter/ip6table_mangle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/netfilter/ip6table_mangle.c b/net/ipv6/netfilter/ip6table_mangle.c
index a98ced12fcd5..0f49e005a8c5 100644
--- a/net/ipv6/netfilter/ip6table_mangle.c
+++ b/net/ipv6/netfilter/ip6table_mangle.c
@@ -61,7 +61,7 @@ static struct xt_table packet_mangler = {
.name = "mangle",
.valid_hooks = MANGLE_VALID_HOOKS,
.me = THIS_MODULE,
- .af = AF_INET6,
+ .af = NFPROTO_IPV6,
};
/* The work comes in here from netfilter.c. */