commit | b9e61f0dff4b50e207ff4bb09472bda7881b21a9 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Fri Dec 23 14:01:36 2011 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Fri Dec 23 14:36:46 2011 +0100 |
tree | 2f62e1b5579ba829a2f9823a9846c9184706433c | |
parent | 0af051baa8444b7453235552911a353fc7b9bee7 [diff] |
netfilter: ctnetlink: remove dead NAT code The NAT range to nlattr conversation callbacks and helpers are entirely dead code and are also useless since there are no NAT ranges in conntrack context, they are only used for initially selecting a tuple. The final NAT information is contained in the selected tuples of the conntrack entry. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>