Marcus Sundberg wrote: > [NETFILTER] ctnetlink: Fix NAT info setting. > > ip_nat_initialized() takes enum ip_nat_manip_type as it's second > argument, not a hook number. The current code was not only ugly, > but also broken as IP_NAT_MANIP_SRC != NF_IP_POST_ROUTING. Thanks for the bugfix but I don't like it, it's a bit bloated. Harald, please submit the patch attached. It uses HOOK2MANIP macro instead. -- Pablo