OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / freeswan / klips / utils / pf_key.8
1 .TH IPSEC_PF_KEY 1 "17 Oct 2001"
2 .\"
3 .\" RCSID $Id: pf_key.8,v 1.2 2001/11/23 07:23:14 mcr Exp $
4 .\"
5 .SH NAME
6 pf_key \- shows pfkey messages emitted by the kernel
7 .SH SYNOPSIS
8 .B pf_key
9 .B \-\-ah
10 .B \-\-esp
11 .B \-\-ipip
12 .B \-\-ipcomp
13 .BR hmac-md5-96 | hmac-sha1-96
14 .SH DESCRIPTION
15 .B pf_key
16 is a program to open a PF_KEY socket and print all messages that are received
17 from it. With no options, it will register itself to receive key requests for
18 AH, ESP, IPIP and IPCOMP security associations. If given more specific
19 options, then it will listen only to those protocols which are listed.
20 .PP
21 If the messages are recognized, the messages will be decoded.
22 .SH EXAMPLES
23 .TP
24 .\".B "pfkey v.2 msg. type 3 seq=20 len=2 errno=22 satype=3"
25 .SH "FILES"
26 /proc/net/pf_key
27 .SH "SEE ALSO"
28 pf_key(5), ipsec(8), ipsec_manual(8), ipsec_eroute(5), ipsec_spi(5),
29 ipsec_spigrp(5), ipsec_klipsdebug(5), ipsec_tncfg(8), ipsec_version(5)
30 .SH HISTORY
31 Written for the Linux FreeS/WAN project
32 <http://www.freeswan.org/>
33 by Michael Richardson <mcr@freeswan.org>
34 .\"
35 .\" $Log: pf_key.8,v $
36 .\" Revision 1.2  2001/11/23 07:23:14  mcr
37 .\"     pulled up klips2 Makefile and pf_key code.
38 .\"
39 .\" Revision 1.1.2.1  2001/10/23 18:49:12  mcr
40 .\"     renamed man page to section 8.
41 .\"     added --ah, --esp, --ipcomp and --ipip to control which
42 .\"     protocols are printed.
43 .\"     incomplete messages which include at least an sadb header are printed.
44 .\"
45 .\" Revision 1.1.2.1  2001/10/17 23:25:37  mcr
46 .\"     added "pk_key" program to dump raw kernel pf messages.
47 .\"     (program is still skeletal)
48 .\"
49 .\"
50 .\"