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