commit | 2fcb45b6b87914f072314e5b5d9c196f45984683 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Mon Dec 03 22:54:12 2007 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 14:55:49 2008 -0800 |
tree | e5a6cc4101a8b2693799fde9f47abaf480ae2dfc | |
parent | bbca17680f82b1ba3122d41e8bc675aebf6d1cf2 [diff] |
[IPSEC]: Use the correct family for input state lookup When merging the input paths of IPsec I accidentally left a hard-coded AF_INET for the state lookup call. This broke IPv6 obviously. This patch fixes by getting the input callers to specify the family through skb->cb. Credit goes to Kazunori Miyazawa for diagnosing this and providing an initial patch. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>