[IPSEC]: Get nexthdr from caller in xfrm6_rcv_spi
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 18 Oct 2007 04:29:25 +0000 (21:29 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Oct 2007 04:29:25 +0000 (21:29 -0700)
Currently xfrm6_rcv_spi gets the nexthdr value itself from the packet.
This means that we need to fix up the value in case we have a 4-on-6
tunnel.  Moving this logic into the caller simplifies things and allows
us to merge the code with IPv4.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found