1IPSEC_PF_KEY(8)               Executable programs              IPSEC_PF_KEY(8)
2
3
4

NAME

6       ipsec_pf_key - shows pfkey messages emitted by the kernel when using
7       the KLIPS or MAST stack.
8

SYNOPSIS

10       pf_key --ah --esp --ipip --ipcomp --daemon filehmac-md5-96 |
11              hmac-sha1-96
12

STACK

14       Note that pf_key is only supported on the KLIPS and MAST stacks. It is
15       not supported on any other stack.
16

DESCRIPTION

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 that 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

FILES

33       /proc/net/pf_key
34

SEE ALSO

36       pf_key(5), ipsec(8), ipsec_eroute(5), ipsec_spi(5), ipsec_spigrp(5),
37       ipsec_klipsdebug(5), ipsec_tncfg(8), ipsec_version(5)
38

HISTORY

40       Written for the Linux FreeS/WAN project <http://www.freeswan.org/> by
41       Michael Richardson <mcr@freeswan.org>
42

AUTHOR

44       Paul Wouters
45           placeholder to suppress warning
46
47
48
49libreswan                         02/01/2019                   IPSEC_PF_KEY(8)
Impressum