diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2006-05-22 05:12:18 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2006-05-22 05:12:18 +0000 |
commit | aa0f5b38aec14428b4b80e06f90ff781f8bca5f1 (patch) | |
tree | 95f3d0c8cb0d59d88900dbbd72110d7ab6e15b2a /programs/calcgoo/calcgoo.8 | |
parent | 7c383bc22113b23718be89fe18eeb251942d7356 (diff) | |
download | vyos-strongswan-aa0f5b38aec14428b4b80e06f90ff781f8bca5f1.tar.gz vyos-strongswan-aa0f5b38aec14428b4b80e06f90ff781f8bca5f1.zip |
Import initial strongswan 2.7.0 version into SVN.
Diffstat (limited to 'programs/calcgoo/calcgoo.8')
-rw-r--r-- | programs/calcgoo/calcgoo.8 | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/programs/calcgoo/calcgoo.8 b/programs/calcgoo/calcgoo.8 new file mode 100644 index 000000000..ceb576e41 --- /dev/null +++ b/programs/calcgoo/calcgoo.8 @@ -0,0 +1,31 @@ +.TH IPSEC_CALCGOO 8 "8 June 2002" +.\" RCSID $Id: calcgoo.8,v 1.1 2004/03/15 20:35:27 as Exp $ +.SH NAME +ipsec calcgoo \- calculate hex value for matching modules and kernels +.SH SYNOPSIS +.B ipsec +.B calcgoo +.SH DESCRIPTION +.I calcgoo +accepts the output of +.B nm -ao +or +.B /proc/ksyms +and extracts a release dependant list of symbols from it. The symbols +are processed to extract the values assigned during the MODVERSIONS +process. This process makes sure that Linux modules are only loaded +on matching kernels. +.P +This routine is used to find an appropriate module to match the currently +running kernel by _startklips. +.SH FILES +.nf +/proc/ksyms +.fi +.SH "SEE ALSO" +ipsec__startklips(8), genksyms(8) +.SH HISTORY +Written for the Linux FreeS/WAN project +<http://www.freeswan.org> +by Michael Richardson. +.SH BUGS |