summaryrefslogtreecommitdiff
path: root/net/ipv6/netfilter/ip6table_raw.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2009-06-13 04:25:44 (GMT)
committerJan Engelhardt <jengelh@medozas.de>2009-08-10 11:35:23 (GMT)
commitf88e6a8a50a603f8347343e75d035889784a507c (patch)
treeedc6de5f0b937f87bfa7c817c08907a1afe4a04d /net/ipv6/netfilter/ip6table_raw.c
parent24c232d8e911ef6189e02da411dc2b72cb03bfcf (diff)
downloadlinux-f88e6a8a50a603f8347343e75d035889784a507c.tar.xz
netfilter: xtables: switch table AFs to nfproto
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'net/ipv6/netfilter/ip6table_raw.c')
-rw-r--r--net/ipv6/netfilter/ip6table_raw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/netfilter/ip6table_raw.c b/net/ipv6/netfilter/ip6table_raw.c
index ec12540..679865e 100644
--- a/net/ipv6/netfilter/ip6table_raw.c
+++ b/net/ipv6/netfilter/ip6table_raw.c
@@ -39,7 +39,7 @@ static struct xt_table packet_raw = {
.name = "raw",
.valid_hooks = RAW_VALID_HOOKS,
.me = THIS_MODULE,
- .af = AF_INET6,
+ .af = NFPROTO_IPV6,
};
/* The work comes in here from netfilter.c. */