commit | 960587285a56ec3cafb4d1e6b25c19eced4d0bce | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Sat Feb 02 10:16:59 2019 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Feb 04 18:20:19 2019 +0100 |
tree | d70558e4e626a4fa43df2fbda1015b8095c4f000 | |
parent | a46c52d9f2659498f0c0871f7f2333a692c243fe [diff] |
netfilter: nat: remove module dependency on ipv6 core nf_nat_ipv6 calls two ipv6 core functions, so add those to v6ops to avoid the module dependency. This is a prerequisite for merging ipv4 and ipv6 nat implementations. Add wrappers to avoid the indirection if ipv6 is builtin. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>