|
@@ -408,12 +408,6 @@ nf_nat_setup_info(struct nf_conn *ct,
|
|
|
enum nf_nat_manip_type maniptype)
|
|
|
{
|
|
|
struct nf_conntrack_tuple curr_tuple, new_tuple;
|
|
|
- struct nf_conn_nat *nat;
|
|
|
-
|
|
|
- /* nat helper or nfctnetlink also setup binding */
|
|
|
- nat = nf_ct_nat_ext_add(ct);
|
|
|
- if (nat == NULL)
|
|
|
- return NF_ACCEPT;
|
|
|
|
|
|
NF_CT_ASSERT(maniptype == NF_NAT_MANIP_SRC ||
|
|
|
maniptype == NF_NAT_MANIP_DST);
|