mirror of https://gitee.com/openkylin/linux.git
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: Li Yewang <lyw@cn.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
1fdf475aa1
commit
138f3c8518
|
@ -365,6 +365,7 @@ static struct xfrm_algo_desc ealg_list[] = {
|
|||
},
|
||||
{
|
||||
.name = "cbc(camellia)",
|
||||
.compat = "camellia",
|
||||
|
||||
.uinfo = {
|
||||
.encr = {
|
||||
|
|
Loading…
Reference in New Issue