[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)
commitd4b1e840629562953d81c9fe0a3a67473f3d993c
treed20d023cfcb113207a1bb0a3bb18e2e8a48133d7
parent04fef9893a1fa5d429522e09bc9591736408f2e8
[XFRM]: beet: fix beet mode decapsulation

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>
net/ipv4/xfrm4_mode_beet.c