From: Patrick McHardy Date: Thu, 5 Apr 2007 23:03:33 +0000 (-0700) Subject: [XFRM]: beet: fix IP option decapsulation X-Git-Tag: v2.6.21-rc7~44^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=254d0d24e31c3df64ccfff349c9aa9d1e5989819;p=pandora-kernel.git [XFRM]: beet: fix IP option decapsulation Beet mode looks for the beet pseudo header after the outer IP header, which is wrong since that is followed by the ESP header. Additionally it needs to adjust the packet length after removing the pseudo header and point the data pointer to the real data location. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed