blob: c763d6d173c6f9b5c5b97f95891c98f3b8a59309 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
.TH IPSEC_VERSION 5 "29 Jun 2000"
.\"
.\" RCSID $Id: version.5,v 1.1 2004/03/15 20:35:30 as Exp $
.\"
.SH NAME
ipsec_version \- lists KLIPS version information
.SH SYNOPSIS
.B cat
.B /proc/net/ipsec_version
.SH DESCRIPTION
.I /proc/net/ipsec_version
is a read-only file which lists the currently running KLIPS version
information.
.PP
.SH EXAMPLES
.TP
.B FreeS/WAN version: 1.4
.LP
shows that the currently loaded
.B KLIPS
is from
.B FreeS/WAN 1.4.
.LP
.SH "FILES"
/proc/net/ipsec_version
.SH "SEE ALSO"
ipsec(8), ipsec_manual(8), ipsec_eroute(5), ipsec_spi(5),
ipsec_spigrp(5), ipsec_klipsdebug(5), ipsec_tncfg(8), ipsec_pf_key(5)
.SH HISTORY
Written for the Linux FreeS/WAN project
<http://www.freeswan.org/>
by Richard Guy Briggs.
.\"
.\" $Log: version.5,v $
.\" Revision 1.1 2004/03/15 20:35:30 as
.\" added files from freeswan-2.04-x509-1.5.3
.\"
.\" Revision 1.4 2002/04/24 07:35:41 mcr
.\" Moved from ./klips/utils/version.5,v
.\"
.\" Revision 1.3 2000/06/30 18:21:55 rgb
.\" Update SEE ALSO sections to include ipsec_version(5) and ipsec_pf_key(5)
.\" and correct FILES sections to no longer refer to /dev/ipsec which has
.\" been removed since PF_KEY does not use it.
.\"
.\" Revision 1.2 2000/06/30 06:22:22 rgb
.\" Fix SYNOPSIS since there is no 'ipsec version' command.
.\"
.\" Revision 1.1 2000/06/30 06:19:26 rgb
.\" manpages for the last two /proc/net/ipsec* files that don't have a
.\" corresponding utility.
.\"
.\"
.\"
|