diff options
author | Florian Westphal <fw@strlen.de> | 2019-04-09 10:44:06 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2019-04-11 20:59:21 +0200 |
commit | bf8981a2aa082d9d64771b47c8a1c9c388d8cd40 (patch) | |
tree | 2fc443bf49240b24160cd1fe244bc8ebefc91623 /net/ipv4 | |
parent | 3b0a081db1f730373993c7a27936778402a3322c (diff) | |
download | linux-bf8981a2aa082d9d64771b47c8a1c9c388d8cd40.tar.gz linux-bf8981a2aa082d9d64771b47c8a1c9c388d8cd40.tar.bz2 linux-bf8981a2aa082d9d64771b47c8a1c9c388d8cd40.zip |
netfilter: nf_nat: merge ip/ip6 masquerade headers
Both are now implemented by nf_nat_masquerade.c, so no need to keep
different headers.
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/ipv4')
-rw-r--r-- | net/ipv4/netfilter/ipt_MASQUERADE.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/netfilter/ipt_MASQUERADE.c b/net/ipv4/netfilter/ipt_MASQUERADE.c index fd3f9e8a74da..0a2bffb6a0ad 100644 --- a/net/ipv4/netfilter/ipt_MASQUERADE.c +++ b/net/ipv4/netfilter/ipt_MASQUERADE.c @@ -22,7 +22,7 @@ #include <linux/netfilter_ipv4.h> #include <linux/netfilter/x_tables.h> #include <net/netfilter/nf_nat.h> -#include <net/netfilter/ipv4/nf_nat_masquerade.h> +#include <net/netfilter/nf_nat_masquerade.h> MODULE_LICENSE("GPL"); MODULE_AUTHOR("Netfilter Core Team <coreteam@netfilter.org>"); |