commit | ee5c23176fcc820f7a56d3e86001532af0d59b1e | [log] [tgz] |
---|---|---|
author | Steffen Klassert <steffen.klassert@secunet.com> | Wed Feb 19 13:33:24 2014 +0100 |
committer | Steffen Klassert <steffen.klassert@secunet.com> | Thu Feb 20 14:30:10 2014 +0100 |
tree | 120858d4c5c3f9ab0cff9cbea237f3a80109c28c | |
parent | 8c0cba22e196122d26c92980943474eb53db8deb [diff] |
xfrm: Clone states properly on migration We loose a lot of information of the original state if we clone it with xfrm_state_clone(). In particular, there is no crypto algorithm attached if the original state uses an aead algorithm. This patch add the missing information to the clone state. Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>