summaryrefslogtreecommitdiffstats
path: root/ip6t_DNPTV6.c
diff options
context:
space:
mode:
Diffstat (limited to 'ip6t_DNPTV6.c')
-rw-r--r--ip6t_DNPTV6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ip6t_DNPTV6.c b/ip6t_DNPTV6.c
index 506d0a5..36752e4 100644
--- a/ip6t_DNPTV6.c
+++ b/ip6t_DNPTV6.c
@@ -67,7 +67,7 @@ static struct xt_target dnptv6_tg6_reg __read_mostly = {
.checkentry = dnptv6_tg6_check,
.targetsize = sizeof(struct ip6t_nptv6_info),
.table = "mangle",
- .hooks = (1 << NF_INET_PRE_ROUTING),
+ .hooks = (1 << NF_INET_PRE_ROUTING) | (1 << NF_INET_LOCAL_OUT),
.me = THIS_MODULE,
};