commit | 6a783c9067e3f71aac61a9262fe42c1f68efd4fc | [log] [tgz] |
---|---|---|
author | Nicolas Dichtel <nicolas.dichtel@6wind.com> | Mon Apr 27 02:58:59 2009 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 27 02:58:59 2009 -0700 |
tree | a1bc0c5f7625dfc71e777dba2ebb546df820be02 | |
parent | 8f955d7f042e4ac44891a400d5000928f8db9f58 [diff] |
xfrm: wrong hash value for temporary SA When kernel inserts a temporary SA for IKE, it uses the wrong hash value for dst list. Two hash values were calcultated before: one with source address and one with a wildcard source address. Bug hinted by Junwei Zhang <junwei.zhang@6wind.com> Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Signed-off-by: David S. Miller <davem@davemloft.net>