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 /programs/showpolicy/showpolicy.8 | |
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 'programs/showpolicy/showpolicy.8')
-rw-r--r-- | programs/showpolicy/showpolicy.8 | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/programs/showpolicy/showpolicy.8 b/programs/showpolicy/showpolicy.8 new file mode 100644 index 000000000..4fbc2e40e --- /dev/null +++ b/programs/showpolicy/showpolicy.8 @@ -0,0 +1,41 @@ +.TH IPSEC_SHOWPOLICY 8 "7 May 2003" +.\" +.\" RCSID $Id: showpolicy.8,v 1.1 2004/03/15 20:35:31 as Exp $ +.\" +.SH NAME +ipsec showpolicy \- dump policy of socket found as stdin +.SH SYNOPSIS +.PP +.B ipsec +.B showpolicy +.PP +.SH DESCRIPTION +.I showpolicy +calls the +.IR ipsec_policy_lookup (3) +function on the file description which is its stdin. +.PP +It then dumps the resulting query in a human readable form. +.PP +This is a test program. One might run it from inetd, via: +.TP +discard stream tcp nowait nobody /usr/local/libexec/ipsec/showpolicy showpolicy +.SH FILES +/var/run/ipsecpolicy.ctl +.SH "SEE ALSO" +ipsec(8), ipsec_policy_query(3), ipsec_pluto(8) +.SH HISTORY +Written for the Linux FreeS/WAN project +<http://www.freeswan.org/> +by Michael Richardson +.SH BUGS +.\" +.\" $Log: showpolicy.8,v $ +.\" Revision 1.1 2004/03/15 20:35:31 as +.\" added files from freeswan-2.04-x509-1.5.3 +.\" +.\" Revision 1.1 2003/05/11 00:45:08 mcr +.\" program to interogate ipsec policy of stdin. +.\" run this from inetd. +.\" +.\" |