[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4B132251.5060806@cn.fujitsu.com>
Date: Mon, 30 Nov 2009 09:39:29 +0800
From: Li Yewang <lyw@...fujitsu.com>
To: netdev-owner@...r.kernel.org
CC: netdev@...r.kernel.org
Subject: [patch][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@...fujitsu.com>
---
net/xfrm/xfrm_algo.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/net/xfrm/xfrm_algo.c b/net/xfrm/xfrm_algo.c
index faf54c6..348196d 100644
--- a/net/xfrm/xfrm_algo.c
+++ b/net/xfrm/xfrm_algo.c
@@ -365,6 +365,7 @@ static struct xfrm_algo_desc ealg_list[] = {
},
{
.name = "cbc(camellia)",
+ .compat = "camellia",
.uinfo = {
.encr = {
--
1.6.4.1
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists