diff options
Diffstat (limited to 'ip6t_SNPTV6.c')
-rw-r--r-- | ip6t_SNPTV6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ip6t_SNPTV6.c b/ip6t_SNPTV6.c index 97f8e04..378ad8a 100644 --- a/ip6t_SNPTV6.c +++ b/ip6t_SNPTV6.c @@ -67,7 +67,7 @@ static struct xt_target snptv6_tg6_reg __read_mostly = { .checkentry = snptv6_tg6_check, .targetsize = sizeof(struct ip6t_nptv6_info), .table = "mangle", - .hooks = (1 << NF_INET_POST_ROUTING), + .hooks = (1 << NF_INET_POST_ROUTING) | (1 << NF_INET_LOCAL_IN), .me = THIS_MODULE, }; |