English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Contents of /branches/freewrt_1_0/package/openswan/patches/105-natt_module.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3451 - (show annotations) (download)
Wed Aug 8 19:47:27 2007 UTC (6 years, 6 months ago) by dnehring
File size: 495 byte(s)
Update Openswan to 2.4.9 like trunk, Ralph OK.

1 diff -ur openswan-2.4.9.orig/linux/net/ipsec/ipsec_proc.c openswan-2.4.9/linux/net/ipsec/ipsec_proc.c
2 --- openswan-2.4.9.orig/linux/net/ipsec/ipsec_proc.c 2006-11-15 23:21:39.000000000 +0100
3 +++ openswan-2.4.9/linux/net/ipsec/ipsec_proc.c 2007-08-01 22:12:03.000000000 +0200
4 @@ -616,7 +616,11 @@
5 #else
6 unsigned int natt_available = 0;
7 #endif
8 +#ifdef module_param
9 module_param(natt_available, int, 0444);
10 +#else
11 +MODULE_PARM(natt_available, "i");
12 +#endif
13
14 IPSEC_PROCFS_DEBUG_NO_STATIC
15 int

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20