commit | c4541b41c0e4b75b11125fed16db642fc03cb31c | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Wed Oct 17 21:28:53 2007 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 17 21:28:53 2007 -0700 |
tree | 10627bc42cf56fd3f45aa93963d0852dfefa49ab | |
parent | 04663d0b8b3c8ce3804106279420cfe5bdfcce3c [diff] |
[IPSEC]: Move tunnel parsing for IPv4 out of xfrm4_input This patch moves the tunnel parsing for IPv4 out of xfrm4_input and into xfrm4_tunnel. This change is in line with what IPv6 does and will allow us to merge the two input functions. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>