Commit 138f3c85 authored by Li Yewang's avatar Li Yewang Committed by David S. Miller

ipsec: can not add camellia cipher algorithm when using "ip xfrm state" command

can not add camellia cipher algorithm when using "ip xfrm state" command.
Signed-off-by: default avatarLi Yewang <lyw@cn.fujitsu.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1fdf475a
...@@ -365,6 +365,7 @@ static struct xfrm_algo_desc ealg_list[] = { ...@@ -365,6 +365,7 @@ static struct xfrm_algo_desc ealg_list[] = {
}, },
{ {
.name = "cbc(camellia)", .name = "cbc(camellia)",
.compat = "camellia",
.uinfo = { .uinfo = {
.encr = { .encr = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment