1IPSEC_PF_KEY(8) [FIXME: manual] IPSEC_PF_KEY(8)
2
3
4
6 ipsec_pf_key - shows pfkey messages emitted by the kernel when using
7 the KLIPS or MAST stack.
8
10 pf_key --ah --esp --ipip --ipcomp --daemon filehmac-md5-96 |
11 hmac-sha1-96
12
14 Note that pf_key is only supported on the KLIPS and MAST stacks. It is
15 not supported on any other stack.
16
18 pf_key is a program to open a PF_KEY socket and print all messages that
19 are received from it. With no options, it will register itself to
20 receive key requests for AH, ESP, IPIP and IPCOMP security
21 associations. If given more specific options, then it will listen only
22 to those protocols which are listed.
23
24 If the messages are recognized, the messages will be decoded.
25
26 If the option --daemon is provided, then after doing the registrations,
27 the program will fork into the background. The provided file will be
28 opened and the process ID of the background process will be written to
29 it. This option is present to present race conditions in regression
30 testing.
31
33 /proc/net/pf_key
34
36 pf_key(5), ipsec(8), ipsec_manual(8), ipsec_eroute(5), ipsec_spi(5),
37 ipsec_spigrp(5), ipsec_klipsdebug(5), ipsec_tncfg(8), ipsec_version(5)
38
40 Written for the Linux FreeS/WAN project <http://www.freeswan.org/> by
41 Michael Richardson <mcr@freeswan.org>
42
43
44
45[FIXME: source] 10/06/2010 IPSEC_PF_KEY(8)