[hipl-commit] [trunk] Rev 4420: Remove xfrm[46]_tunnel kernel modules from the list.

  • From: Mircea Gherzan <mircea.gherzan@xxxxxxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Wed, 28 Apr 2010 13:51:49 +0300

Committer: Mircea Gherzan <mircea.gherzan@xxxxxxxxxxxxxx>
Date: 28/04/2010 at 13:51:49
Revision: 4420
Revision-id: mircea.gherzan@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Remove xfrm[46]_tunnel kernel modules from the list.
  They are not required, ESP is flowing fine even without them.

Modified:
  M  hipd/init.c

=== modified file 'hipd/init.c'
--- hipd/init.c 2010-04-26 13:38:28 +0000
+++ hipd/init.c 2010-04-28 10:50:02 +0000
@@ -277,11 +277,10 @@
 
 /** Tunneling, IPsec, interface and control modules */
 static char *kernel_net_mod[] = {
-        "xfrm4_mode_beet", "xfrm6_mode_beet",
-        "xfrm4_tunnel",    "xfrm6_tunnel",
-        "ip4_tunnel",      "ip6_tunnel",
-        "esp4",            "esp6",
-        "xfrm_user",       "dummy",
+    "xfrm4_mode_beet", "xfrm6_mode_beet",
+    "ip4_tunnel",      "ip6_tunnel",
+    "esp4",            "esp6",
+    "xfrm_user",       "dummy",
 };
 
 /**

Other related posts:

  • » [hipl-commit] [trunk] Rev 4420: Remove xfrm[46]_tunnel kernel modules from the list. - Mircea Gherzan