[XFRM]: beet: fix beet mode decapsulation
authorPatrick McHardy <kaber@trash.net>
Thu, 5 Apr 2007 22:59:41 +0000 (15:59 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Apr 2007 22:59:41 +0000 (15:59 -0700)
Beet mode decapsulation fails to properly set up the skb pointers, which
only works by accident in combination with CONFIG_NETFILTER, since in that
case the skb is fixed up in xfrm4_input before passing it to the netfilter
hooks.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found