aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/iptable_mangle.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2009-06-13 06:25:44 +0200
committerJan Engelhardt <jengelh@medozas.de>2009-08-10 13:35:23 +0200
commitf88e6a8a50a603f8347343e75d035889784a507c (patch)
treeedc6de5f0b937f87bfa7c817c08907a1afe4a04d /net/ipv4/netfilter/iptable_mangle.c
parentnetfilter: xtables: switch hook PFs to nfproto (diff)
downloadlinux-dev-f88e6a8a50a603f8347343e75d035889784a507c.tar.xz
linux-dev-f88e6a8a50a603f8347343e75d035889784a507c.zip
netfilter: xtables: switch table AFs to nfproto
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'net/ipv4/netfilter/iptable_mangle.c')
-rw-r--r--net/ipv4/netfilter/iptable_mangle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/netfilter/iptable_mangle.c b/net/ipv4/netfilter/iptable_mangle.c
index 1442df7bb766..28647f10aa7e 100644
--- a/net/ipv4/netfilter/iptable_mangle.c
+++ b/net/ipv4/netfilter/iptable_mangle.c
@@ -68,7 +68,7 @@ static struct xt_table packet_mangler = {
.name = "mangle",
.valid_hooks = MANGLE_VALID_HOOKS,
.me = THIS_MODULE,
- .af = AF_INET,
+ .af = NFPROTO_IPV4,
};
/* The work comes in here from netfilter.c. */