diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-04-04 22:43:55 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-04-04 22:43:55 +0000 |
commit | c70e3cc8068b66f1baac600ec86bebe42d43acd7 (patch) | |
tree | 70da40efc46a64a79e2d0ff67970af7b86d3f142 /sbin/ipsecctl/ipsecctl.8 | |
parent | e068b33461fe4314ddd73634b9801621a1ef8372 (diff) |
A bare bone man page.
Diffstat (limited to 'sbin/ipsecctl/ipsecctl.8')
-rw-r--r-- | sbin/ipsecctl/ipsecctl.8 | 46 |
1 files changed, 37 insertions, 9 deletions
diff --git a/sbin/ipsecctl/ipsecctl.8 b/sbin/ipsecctl/ipsecctl.8 index 7f17447b515..50b5a866687 100644 --- a/sbin/ipsecctl/ipsecctl.8 +++ b/sbin/ipsecctl/ipsecctl.8 @@ -1,21 +1,49 @@ -.\" $OpenBSD: ipsecctl.8,v 1.2 2005/04/04 22:22:55 hshoexer Exp $ +.\" $OpenBSD: ipsecctl.8,v 1.3 2005/04/04 22:43:54 hshoexer Exp $ .\" .\" The following requests are required for all man pages. -.Dd Month DD, YYYY -.Dt NAME SECTION# +.Dd April, 5, 2005 +.Dt IPSECCTL 8 .Os .Sh NAME -.Nm program -.Nd one line about what it does +.Nm ipsecctl +.Nd "control flows for IPsec .Sh SYNOPSIS .\" For a program: program [-abc] file ... -.Nm program -.Op Fl abc -.Ar +.Nm ipsecctl +.Op Fl Fhnvs +.Op Fl f Ar file .Sh DESCRIPTION The .Nm -utility processes files ... +utility controls flows that determining which packets are to be processed by +IPsec. +It allows ruleset configuration and retrieval of status information from the +kernels SPD (Security Policy Database). +.Pp +The ruleset grammar is described in +.Xr ipsec.conf 5 . +.Pp +The options are as follows: +.Bl -tag -width Ds +.It Fl f Ar file +Load the rules contained in +.Ar file . +.It Fl F +The +.Fl F +option flushes the SPD. +.It Fl h +Help. +.It Fl n +Do not actually load rules, just parse them. +.It Fl v +Produce more verbose output. +A second use of +.Fl v +will produce even more verbose output. +.It Fl s +Show the ruleset loaded into the SPD. + .\" The following requests should be uncommented and used where appropriate. .\" This next request is for sections 2, 3, and 9 function return values only. .\" .Sh RETURN VALUES |