[hipl-commit] [trunk] Rev 4373: Remove cbc and des from the kernel module list.

  • From: Mircea Gherzan <mircea.gherzan@xxxxxxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Wed, 21 Apr 2010 00:38:26 +0300

Committer: Mircea Gherzan <mircea.gherzan@xxxxxxxxxxxxxx>
Date: 21/04/2010 at 00:38:26
Revision: 4373
Revision-id: mircea.gherzan@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Remove cbc and des from the kernel module list.
  
  ESP depends on these, so there's no need to modprobe the separately.

Modified:
  M  hipd/init.c

=== modified file 'hipd/init.c'
--- hipd/init.c 2010-04-20 21:22:33 +0000
+++ hipd/init.c 2010-04-20 21:35:42 +0000
@@ -276,10 +276,10 @@
     int mod_total;
     char *mod_name[] = {
         "xfrm6_tunnel",    "xfrm4_tunnel",
-        "ip6_tunnel",      "ipip",           "ip4_tunnel",
-        "xfrm_user",       "dummy",          "esp6",    "esp4",
-        "crypto_null",     "cbc",            "des",     "aes",
-        "xfrm4_mode_beet", "xfrm6_mode_beet","sha1",
+        "ip6_tunnel",      "ipip",          "ip4_tunnel",
+        "xfrm_user",       "dummy",         "esp6",     "esp4",
+        "crypto_null",     "aes",           "sha1",
+        "xfrm4_mode_beet", "xfrm6_mode_beet",
         "capability"
     };

Other related posts:

  • » [hipl-commit] [trunk] Rev 4373: Remove cbc and des from the kernel module list. - Mircea Gherzan