netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch][ipsec] can not add camellia cipher algorithm when using "ip xfrm state"  command
@ 2009-11-30  1:39 Li Yewang
  2009-12-01 23:35 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Li Yewang @ 2009-11-30  1:39 UTC (permalink / raw)
  To: netdev-owner; +Cc: netdev

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

Signed-off-by: Li Yewang <lyw@cn.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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [patch][ipsec] can not add camellia cipher algorithm when using "ip xfrm state" command
  2009-11-30  1:39 [patch][ipsec] can not add camellia cipher algorithm when using "ip xfrm state" command Li Yewang
@ 2009-12-01 23:35 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2009-12-01 23:35 UTC (permalink / raw)
  To: lyw; +Cc: netdev-owner, netdev

From: Li Yewang <lyw@cn.fujitsu.com>
Date: Mon, 30 Nov 2009 09:39:29 +0800

> can not add camellia cipher algorithm when using "ip xfrm state" command.
> 
> Signed-off-by: Li Yewang <lyw@cn.fujitsu.com>

Applied, thank you very much.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-12-01 23:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-30  1:39 [patch][ipsec] can not add camellia cipher algorithm when using "ip xfrm state" command Li Yewang
2009-12-01 23:35 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).