commit | 30766f4c2d60dd2a3fc67b7114174c417f43f4c6 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Tue Aug 05 20:02:42 2014 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Tue Sep 02 17:14:10 2014 +0200 |
tree | 97f866a78e816cccf8fa064f727ac52eb9fe432b | |
parent | f111f780ae1abf4cdc464f24293be90c010a04f6 [diff] |
netfilter: nat: move specific NAT IPv4 to core Move the specific NAT IPv4 core functions that are called from the hooks from iptable_nat.c to nf_nat_l3proto_ipv4.c. This prepares the ground to allow iptables and nft to use the same NAT engine code that comes in a follow up patch. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>