From: Herbert Xu Date: Tue, 4 Dec 2007 06:54:12 +0000 (-0800) Subject: [IPSEC]: Use the correct family for input state lookup X-Git-Tag: v2.6.25-rc1~1162^2~1272 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fcb45b6b87914f072314e5b5d9c196f45984683;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed