From: Patrick McHardy Date: Fri, 23 Dec 2011 13:01:26 +0000 (+0100) Subject: netfilter: nf_nat: remove obsolete check in nf_nat_mangle_udp_packet() X-Git-Tag: v3.3-rc1~182^2~125^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0af051baa8444b7453235552911a353fc7b9bee7;p=pandora-kernel.git netfilter: nf_nat: remove obsolete check in nf_nat_mangle_udp_packet() The packet size check originates from a time when UDP helpers could accidentally mangle incorrect packets (NEWNAT) and is unnecessary nowadays since the conntrack helpers invoke the NAT helpers for the proper packet directly. Signed-off-by: Patrick McHardy Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed