]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commite98428e60cd39f945997baa0b79e9c3c8d97d830
treed20d023cfcb113207a1bb0a3bb18e2e8a48133d7
parent246af9ccf9b107606393405c46ae08b674fd67f6
[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