From: Steffen Klassert Date: Wed, 29 Jun 2011 23:19:32 +0000 (+0000) Subject: ipv4: Don't use ufo handling on later transformed packets X-Git-Tag: v3.0-rc7~41^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c146066ab80267c3305de5dda6a4083f06df9265;p=pandora-kernel.git ipv4: Don't use ufo handling on later transformed packets We might call ip_ufo_append_data() for packets that will be IPsec transformed later. This function should be used just for real udp packets. So we check for rt->dst.header_len which is only nonzero on IPsec handling and call ip_ufo_append_data() just if rt->dst.header_len is zero. Signed-off-by: Steffen Klassert Signed-off-by: David S. Miller --- Reading git-diff-tree failed