diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2006-05-22 05:12:18 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2006-05-22 05:12:18 +0000 |
commit | aa0f5b38aec14428b4b80e06f90ff781f8bca5f1 (patch) | |
tree | 95f3d0c8cb0d59d88900dbbd72110d7ab6e15b2a /doc/manpage.d/ipsec_pf_key.8.html | |
parent | 7c383bc22113b23718be89fe18eeb251942d7356 (diff) | |
download | vyos-strongswan-aa0f5b38aec14428b4b80e06f90ff781f8bca5f1.tar.gz vyos-strongswan-aa0f5b38aec14428b4b80e06f90ff781f8bca5f1.zip |
Import initial strongswan 2.7.0 version into SVN.
Diffstat (limited to 'doc/manpage.d/ipsec_pf_key.8.html')
-rw-r--r-- | doc/manpage.d/ipsec_pf_key.8.html | 122 |
1 files changed, 122 insertions, 0 deletions
diff --git a/doc/manpage.d/ipsec_pf_key.8.html b/doc/manpage.d/ipsec_pf_key.8.html new file mode 100644 index 000000000..e40cfb15b --- /dev/null +++ b/doc/manpage.d/ipsec_pf_key.8.html @@ -0,0 +1,122 @@ +Content-type: text/html + +<HTML><HEAD><TITLE>Manpage of IPSEC_PF_KEY</TITLE> +</HEAD><BODY> +<H1>IPSEC_PF_KEY</H1> +Section: User Commands (1)<BR>Updated: 17 Oct 2001<BR><A HREF="#index">Index</A> +<A HREF="http://localhost/cgi-bin/man/man2html">Return to Main Contents</A><HR> + + + + +<A NAME="lbAB"> </A> +<H2>NAME</H2> + +pf_key - shows pfkey messages emitted by the kernel +<A NAME="lbAC"> </A> +<H2>SYNOPSIS</H2> + +<B>pf_key</B> + +<B>--ah</B> + +<B>--esp</B> + +<B>--ipip</B> + +<B>--ipcomp</B> + +<B>--daemon </B> + +<I>file</I> + +<B>hmac-md5-96</B>|<B>hmac-sha1-96</B> + +<A NAME="lbAD"> </A> +<H2>DESCRIPTION</H2> + +<B>pf_key</B> + +is a program to open a PF_KEY socket and print all messages that are received +from it. With no options, it will register itself to receive key requests for +AH, ESP, IPIP and IPCOMP security associations. If given more specific +options, then it will listen only to those protocols which are listed. +<P> + +If the messages are recognized, the messages will be decoded. +<P> + +If the option +<B>--daemon</B> + +is provided, then after doing the registrations, the program will fork +into the background. The provided file will be opened and the process ID of +the background process will be written to it. This option is present to +present race conditions in regression testing. +<A NAME="lbAE"> </A> +<H2>EXAMPLES</H2> + +<DL COMPACT> +<DT> +<DD> +</DL> +<A NAME="lbAF"> </A> +<H2>FILES</H2> + +/proc/net/pf_key +<A NAME="lbAG"> </A> +<H2>SEE ALSO</H2> + +<A HREF="pf_key.5.html">pf_key</A>(5), <A HREF="ipsec.8.html">ipsec</A>(8), <A HREF="ipsec_manual.8.html">ipsec_manual</A>(8), <A HREF="ipsec_eroute.5.html">ipsec_eroute</A>(5), <A HREF="ipsec_spi.5.html">ipsec_spi</A>(5), +<A HREF="ipsec_spigrp.5.html">ipsec_spigrp</A>(5), <A HREF="ipsec_klipsdebug.5.html">ipsec_klipsdebug</A>(5), <A HREF="ipsec_tncfg.8.html">ipsec_tncfg</A>(8), <A HREF="ipsec_version.5.html">ipsec_version</A>(5) +<A NAME="lbAH"> </A> +<H2>HISTORY</H2> + +Written for the Linux FreeS/WAN project +<<A HREF="http://www.freeswan.org/">http://www.freeswan.org/</A>> +by Michael Richardson <<A HREF="mailto:mcr@freeswan.org">mcr@freeswan.org</A>> + + + + + + + + + + + + + + + + + + + + + + + + + +<P> + +<HR> +<A NAME="index"> </A><H2>Index</H2> +<DL> +<DT><A HREF="#lbAB">NAME</A><DD> +<DT><A HREF="#lbAC">SYNOPSIS</A><DD> +<DT><A HREF="#lbAD">DESCRIPTION</A><DD> +<DT><A HREF="#lbAE">EXAMPLES</A><DD> +<DT><A HREF="#lbAF">FILES</A><DD> +<DT><A HREF="#lbAG">SEE ALSO</A><DD> +<DT><A HREF="#lbAH">HISTORY</A><DD> +</DL> +<HR> +This document was created by +<A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>, +using the manual pages.<BR> +Time: 21:40:18 GMT, November 11, 2003 +</BODY> +</HTML> |