diff options
author | Li Yewang <lyw@cn.fujitsu.com> | 2009-12-01 18:35:05 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-12-01 18:35:05 -0500 |
commit | 138f3c8518976953563a1316d7e0420c72d4ab96 (patch) | |
tree | a24c63a1edd763367ccee82366175ec1a43ded34 | |
parent | 1fdf475aa141a669af8db6ccc7015f0b725087de (diff) |
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>
-rw-r--r-- | 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 faf54c6bf96b..348196df81ef 100644 --- a/net/xfrm/xfrm_algo.c +++ b/net/xfrm/xfrm_algo.c | |||
@@ -365,6 +365,7 @@ static struct xfrm_algo_desc ealg_list[] = { | |||
365 | }, | 365 | }, |
366 | { | 366 | { |
367 | .name = "cbc(camellia)", | 367 | .name = "cbc(camellia)", |
368 | .compat = "camellia", | ||
368 | 369 | ||
369 | .uinfo = { | 370 | .uinfo = { |
370 | .encr = { | 371 | .encr = { |