range.min_ip = range.max_ip =exp->saved_ip;/* hook doesn't matter, but it has to do destination manip */nf_nat_setup_info(ct, &range, NF_IP_PRE_ROUTING);/* Change src to where master sends to, but only if the connection * actually came from the same source. */if(ct->tup...
mr.range[0].min = mr.range[0].max =exp->saved_proto;#elsemr.range[0].flags = IP_NAT_RANGE_MAP_IPS;#endifmr.range[0].min_ip = mr.range[0].max_ip = newip;nf_nat_setup_info(ct, &mr.range[0], IP_NAT_MANIP_DST); } 開發者ID:kizukukoto,項目名稱:WDN900_GPL,代碼行數:29...